Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulocf92/academiadoflutter-todo-list

Todo List project.
https://github.com/paulocf92/academiadoflutter-todo-list

dart dartlang flutter flutter-apps

Last synced: about 1 month ago
JSON representation

Todo List project.

Awesome Lists containing this project

README

        

# Structure
- app/core - utility, code shared across the app.
- app/models - models used across the app.
- app/modules - the actual modules used in the app (auth, home, splash, etc).
- app/repositories - classes that handle database interaction with various data sources (firebase, sqlite, etc).
- app/services - classes that deliver data manipulation to repositories.