You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>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.</p>
10
+
11
+
<br>
12
+
<p>In this project all the data are stored in <b>External Storage Directory</b> of the app in JSON format. I have used all Material Design. Only two packages are used - 1. <ahref="https://pub.dev/packages/path_provider">Path Provider</a> 2. <ahref="https://pub.dev/packages/provider">Provider</a>. Path Provider package is used to work with the local device storage and Provider package is used to handel State Management.</p>
2
13
3
-
A new Flutter project.
4
14
5
-
## Getting Started
6
-
7
-
This project is a starting point for a Flutter application.
8
-
9
-
A few resources to get you started if this is your first Flutter project:
10
-
11
-
-[Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
0 commit comments