/flutter-github-graphql

A flutter project to explore github graphql api

Primary LanguageDart

Flutter Github GraphQL API

A new Flutter project to explore Github GraphQL API using flutter_bloc and clean principles.

Installation

  • Clone the repo:
git clone git@github.com: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

Getting Started

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.