An open API service indexing awesome lists of open source software.

https://github.com/mainawycliffe/flutter_graphql_quick_demo

Check the full example https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter/example
https://github.com/mainawycliffe/flutter_graphql_quick_demo

flutter flutter-graphql

Last synced: 10 months ago
JSON representation

Check the full example https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter/example

Awesome Lists containing this project

README

          

# flutter_graphql_quick_demo

Run this example:

1. Clone this repo
2. Run `flutter pub get` to install pub dependancies
3. and then run `flutter run`

> **NB:** Make sure your emulator is running and recognized by flutter. You can check that by running `flutter docker`, then check for the `connected device` section at the bottom.

For more information, check the offical repo [here](https://github.com/zino-app/graphql-flutter).