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>
9
-
10
-
<br>
11
-
<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>
8
+
This is my first project on Flutter. I made a simple solar system app which provides basic information about our solar system. I think it is useful for kids.
9
+
10
+
For this project is have used Flutter and for managing internal data I have used Providers Package.
0 commit comments