https://github.com/sanjaydevtech/perf-flutter-todo
Flutter App for a Todo list
https://github.com/sanjaydevtech/perf-flutter-todo
Last synced: 7 months ago
JSON representation
Flutter App for a Todo list
- Host: GitHub
- URL: https://github.com/sanjaydevtech/perf-flutter-todo
- Owner: SanjayDevTech
- Created: 2024-05-07T11:52:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:04:38.000Z (over 1 year ago)
- Last Synced: 2025-03-20T18:22:23.383Z (11 months ago)
- Language: Dart
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Flutter App
I have created the same Todo app in different frameworks.
This is one of them.
## All frameworks github links:
- [Android Compose](https://github.com/SanjayDevTech/perf-compose-todo)
- [Flutter](https://github.com/SanjayDevTech/perf-flutter-todo)
- [React Native](https://github.com/SanjayDevTech/perf-reactnative-todo)
## Features
- Material You theming
- Dynamic theme for Android 12+
- Sqlite local storage
## Libraries used:
- [floor](https://pub.dev/packages/floor)
- [dynamic_color](https://pub.dev/packages/dynamic_color)
- [go_router](https://pub.dev/packages/go_router)
## Setup in your local:
### Installation
- Install Flutter
- Do `flutter pub get` inside the project root
### Run locally
- Do `flutter run`.
### Build
- For different platforms, different commands to be run.
- Android: `flutter build apk` or `flutter build aab`.
https://github.com/SanjayDevTech/perf-flutter-todo/assets/49263351/1412d749-06bd-4757-bacc-1de02d618605