Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use faunaDB on the flutter?

As FaunaDB documentation, it seems that there is no dart API nor REST API. Also, I can't find the FaunaDB package in the Flutter Packages.

Is there any way to use the FaunaDB on the flutter?

like image 203
Ueda Takeyuki Avatar asked Dec 03 '22 10:12

Ueda Takeyuki


1 Answers

I think the easiest way to use Flutter with FaunaDB is to use FaunaDB's GraphQL interface and Dart package graphql_flutter.

I recently managed to read data from FaunaDB using graphql_flutter, and will update this post when I have tested it more.

like image 62
Runar Jordahl Avatar answered Feb 23 '23 14:02

Runar Jordahl