An open API service indexing awesome lists of open source software.

https://github.com/iliyazelenko/flutter_github_search

Flutter Github Search Example.
https://github.com/iliyazelenko/flutter_github_search

bloc ddd-architecture flutter github search

Last synced: over 1 year ago
JSON representation

Flutter Github Search Example.

Awesome Lists containing this project

README

          

# [github_search](https://www.figma.com/file/iuGFkvS9fSzClOvPVdKELI/Flutter-Test-Screens?node-id=2-2490&t=HZ0sQRJno9S5qhDh-0)

image

DDD with Clean Architecture is used.

Please, write an application, which searches Repositories by name using GitHub API.

Prerequisites:

- Output 15 search results.
- Add ability to add repository to favorite list
- Add the ability to view the search history of repositories in subsequent runs of the application.
- Add possibility to see the list of favorite repositories at subsequent runs of the application
- Add possibility to remove the repository from the favorites list
- Show previously favorited repositories in search results list

____________________________________________________________

Use your favorite state management solution.

Follow the provided UI/UX https://www.figma.com/file/iuGFkvS9fSzClOvPVdKELI/Flutter-Test-Screens?node-id=2-2490&t=HZ0sQRJno9S5qhDh-0

We expect to see clean code with a convenient architecture.