Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulocf92/academiadoflutter-todo-list
- Owner: paulocf92
- Created: 2024-06-21T11:17:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:48:06.000Z (4 months ago)
- Last Synced: 2024-09-29T16:02:39.255Z (about 2 months ago)
- Topics: dart, dartlang, flutter, flutter-apps
- Language: Dart
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.