noobcoder17 / my_todo

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


⭐ 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.

About

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.

License:MIT License


Languages

Language:Dart 98.0%Language:Kotlin 1.0%Language:Swift 1.0%Language:Objective-C 0.1%