Skip to content

rohitgupta1694/FlutterGithubUserSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github User Search Flutter Application

A Flutter application to search users using Github's API.

App Architecture used:

  • BLoC (Business Logic and Components).

Flutter Packages used:

Tasks:

  • Use BLoC Architecture.
  • Create a custom app bar having gradient background, overlapping the status bar.
  • Use Github's Search API to search users.
  • Adding Pagination.
  • Create a better looking UI/UX.
  • Adding Test Cases.

References

The Boring Flutter Development Show - This playlist has almost all the things covered, I used in this repository.

Other references:

Will add more references later.