https://github.com/hygraph/flutter-hygraph-blog
Basic blog app to demonstrate how to connect Hygraph to Flutter
https://github.com/hygraph/flutter-hygraph-blog
Last synced: about 1 month ago
JSON representation
Basic blog app to demonstrate how to connect Hygraph to Flutter
- Host: GitHub
- URL: https://github.com/hygraph/flutter-hygraph-blog
- Owner: hygraph
- Created: 2024-06-28T17:34:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T18:28:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T17:55:59.679Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic blog app using Hygraph and Flutter
A modified version of: [Guided tutorial on how to use GraphQL with Flutter](https://hygraph.com/blog/flutter-graphql#graphql-in-flutter)
## Getting Started
1. Clone the Hygraph project: [Blog app](https://app.hygraph.com/clone/ddebd4bb62d042c1b9e85e75e9708fcf?name=Blog%20App%20-%20Flutter%20Implementation%20Guide)
2. Clone the repo: `npx degit https://github.com/hygraph/flutter-hygraph-blog.git`
3. Navigate to the root of your project by entering: `cd flutter-hygraph-blog`
4. Replace the placeholder Hygraph content API URL:`https://.cdn.hygraph.com/content//master` in the `lib/main.dart` file with the endpoint URL from your cloned Hygraph project.
5. 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:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.