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.
- Host: GitHub
- URL: https://github.com/iliyazelenko/flutter_github_search
- Owner: iliyaZelenko
- Created: 2023-11-08T16:03:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T13:31:33.000Z (over 2 years ago)
- Last Synced: 2025-02-24T11:50:05.430Z (over 1 year ago)
- Topics: bloc, ddd-architecture, flutter, github, search
- Language: Dart
- Homepage:
- Size: 443 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [github_search](https://www.figma.com/file/iuGFkvS9fSzClOvPVdKELI/Flutter-Test-Screens?node-id=2-2490&t=HZ0sQRJno9S5qhDh-0)

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.