A modified version of: Guided tutorial on how to use GraphQL with Flutter
- Clone the Hygraph project: Blog app
- Clone the repo:
npx degit https://github.com/hygraph/flutter-hygraph-blog.git
- Navigate to the root of your project by entering:
cd flutter-hygraph-blog
- Replace the placeholder Hygraph content API URL:
https://<HYGRAPH_CDN_LOCATION>.cdn.hygraph.com/content/<ID>/master
in thelib/main.dart
file with the endpoint URL from your cloned Hygraph project. - Start your flutter app
flutter run
This project is a starting point for a Flutter application using content from Hygraph.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.