List tasks | Filter Today Task | Delete task on swipe |
---|---|---|
Settings Screen | Settings Color Options | Sttings Dark Mode Options |
---|---|---|
Add Task | Validate No empty data |
---|---|
Learning Flutter
The project is an task manager
- Add tasks
- Delete tasks on swipe
- Mark tasks as completed using a check
- Task filtering
- Local data storage for tasks
- Local storage of data about visual configuration preferences
- Using provider to manage tasks
- Use of provider to manage the theme
- Use Uuid for unique ids
- Validations when entering data
- Use Datepicker
- Use ShowDialog for add task
- LocalStorage
-
dartv3 >=3.1.4 <4.0.0
-
provider: ^6.0.5
-
Uuid: ^4.1.0
-
shared_preferences: ^2.2.2
-
test: ^1.24.3
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.