Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.96 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.96 KB

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.