my_todo
my_todo copied to clipboard
ToDo App made with flutter which stores your todos based on their categories. The data is stored in external application storage in your device in JSON file.
⭐ My ToDo ⭐
Built with ❤︎ by Akash Debnath
This is my second project on Flutter. This app hepls you to keep record of your ToDos. You can create your own category and save todos in then.It also shows how many todos are left in a specific category.
In this project all the data are stored in External Storage Directory of the app in JSON format. I have used all Material Design. Only two packages are used - 1. Path Provider 2. Provider. Path Provider package is used to work with the local device storage and Provider package is used to handel State Management.