A new Flutter project to explore Github GraphQL API using flutter_bloc and clean principles.
- Clone the repo:
git clone [email protected]:Ian-FR/flutter-github-graphql.git
- And then we can use the normal build and run procedure *
flutter pub get && \
flutter run \
--dart-define="GITHUB_TOKEN=<your-github-personal-token>"
- To generate a github personal token, visit Github docs
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.