Skip to content

App for listing Flutter's Github repository issues.

Notifications You must be signed in to change notification settings

sergiossm/Github-Issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Github Issues

This app displays the list of Flutter's Github repository issues using Github's GraphQL API. This list is also sorted and filtered using the API.

Freezed is used generate data models that are easier to build when the jsons are deserialized.

The app architecture is based on provider and GetIt.

UI is inspired by Github's mobile app.

Running

Access token

Before running this example, generate your own Personal access token. Add it to lib/constants/api.dart, as shown below:

const String GH_ACCESS_TOKEN = '<INSERT YOUR GITHUB ACCES TOKEN HERE>';

Credentials

Username: [email protected]

Password: 123456

About

App for listing Flutter's Github repository issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages