An example Todo App using Flutter with advanced features. 🌟
Built using Redux architecture and Redux Persist to store redux state.
Thanks to Md. Faisal Hossain for allowing me to use the ThingsTodo concept.
Visit his profile for more awesome works!
Uplabs Profile : Md. Faisal Hossain
Things Todo Concept : Things Todo App
- Add, Edit and Delete Task
- Add, Edit and Delete Category
- Mark as Done, Later and Important
- Sort tasks by date time
- Daily Task
- Weekly Task
- Done, Later and Important Task
- Search Task
The architecture is based off these projects:
git clone https://github.com/nacasha/flutter-things-todo.git
cd flutter-things-todo
flutter packages get
flutter run
Run flutter packages pub run build_runner build to regenerate file when you made changes on any redux state.
date_utilsto manipulate DateTimes.built_valueandbuilt_collectionprovides Immutable value types and serialization.flutter_reduxandredux_persistfor state management and persist redux state.flutter_sticky_headerandflutter_calendar_carouselfor awesome components.- more at
pubspec.yaml








