A Flutter application to search users using Github's API.
- BLoC (Business Logic and Components).
- 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.
The Boring Flutter Development Show - This playlist has almost all the things covered, I used in this repository.
Other references:
- Flutter
- Getting Started https://flutter.io
- Codelabs https://flutter.io/docs/codelabs
- MTechViral Youtube Channel
- Rohan Taneja's answer on How did you learn Google Flutter?
- BLoC
Will add more references later.