Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 484 Bytes

Recipe Book

Simple flutter app for saving my own recipes. This project is in the beginning phase! At this point, don't focus on UI or leftover dirty code, but rather on the general architecture and concepts Using GraphQL API. Clean Architecture. Credentials are secret so you can't run the project but feel free to check out the code.

Overview

Clean architecture with use cases, repositories, data sources. Using:

  • Injectable
  • GoRouter
  • Freezed
  • BloC and more...