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.
Clean architecture with use cases, repositories, data sources. Using:
- Injectable
- GoRouter
- Freezed
- BloC and more...