Skip to content

Latest commit

 

History

History
 
 

flutter_bloc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

An example using graphql client with "flutter_bloc"

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.

Running this example

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>';