https://github.com/codandotv/todoapp_flutter
https://github.com/codandotv/todoapp_flutter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codandotv/todoapp_flutter
- Owner: CodandoTV
- License: mit
- Created: 2025-03-09T22:24:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-26T17:31:15.000Z (2 months ago)
- Last Synced: 2026-03-27T07:23:25.581Z (2 months ago)
- Language: Dart
- Size: 11.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todoapp




**TodoApp** is a sample Flutter project designed as a testing playground for experimenting with various features and implementations.
## How to run the project?
- Generate code:
```shell
dart run build_runner clean
dart run build_runner build --delete-conflicting-outputs
```
- Run:
```shell
flutter run -d
```
## Tech Stack
### Data classes
- [Freezed](https://pub.dev/packages/freezed);
- [Freezed Annotations](https://pub.dev/packages/freezed_annotation).
### Dependency injection
- [get_it](https://pub.dev/packages/get_it);
- [injectable](https://pub.dev/packages/injectable).
### Database
- [sqflite](https://pub.dev/packages/sqflite).
### Navigation
- [AutoRoute](https://pub.dev/packages/auto_route)
## Screenshots
### Android version

### iOS version
]