This is a todo app with local backup and restore functionality made with flutter.
- It uses riverpod as state management solution.
- Write a todo
- Edit a todo
- Mark todo as favourite
- Mark todo as completed
- Different sections for each
- Create a local backup with time and date mentioned
- Restore any backup from backup list on the app
- Very easy and accessible features
- Restore backup from a valid json file
This app tested only on android. On other platform than android, this app may or may not work as expected.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.