This example uses flutter_bloc
package for state management and graphql client
to connect to GitHubs' GraphQL API to fetch and star/un-star your repositories.
Before running this example, make sure to create a local.dart
file inside the lib
directory, and add your Github token, as shown below:
const String YOUR_PERSONAL_ACCESS_TOKEN =
'<YOUR_PERSONAL_ACCESS_TOKEN>';