Todo App ?
A Task Management App built with Flutter
Flutter Version
Flutter 3.0.1
? Requirements
- Any Operating System (ie. MacOS, Linux, Windows)
- Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- A little knowledge of Dart and Flutter
Screenshots
Command
Install dependencies
flutter pub get
Run application
flutter devices
flutter run -d <device id>
Run test and generate coverage report
flutter test --coverage
# Note: on macOS you need to have lcov installed
# on your system (`brew install lcov`) to use this:
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html
Plugins
- flutter_bloc
- bloc_test
- hive
- hive_flutter
- get_it
- equatable
- google_fonts
- simple_result
- uuid
- auto_route
- mockito
Features
- Dark Theme
- Create Task
- Update Task
- Local Database using Hive
- Unit-tested
Author
? Hieu Pham
- Github: @Hieu Pham