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
- Host: GitHub
- URL: https://github.com/mainawycliffe/flutter_graphql_quick_demo
- Owner: mainawycliffe
- Created: 2019-07-17T14:27:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T14:36:16.000Z (almost 7 years ago)
- Last Synced: 2025-07-31T12:29:15.062Z (11 months ago)
- Topics: flutter, flutter-graphql
- Language: Dart
- Size: 55.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).