Skip to content

Commit 2cee285

Browse files
authored
update
1 parent 32f78e6 commit 2cee285

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@
55
<sub>Built with ❤︎ by
66
<a href="https://github.com/noobcoder17">Akash Debnath</a>
77
</h4>
8-
<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. <a href="https://pub.dev/packages/path_provider">Path Provider</a> 2. <a href="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.
1211

1312

1413
<p align='center'>
15-
<img src="readme_assets/1.png" width="250" />
16-
<img src="readme_assets/2.png" width="250" />
17-
<img src="readme_assets/3.png" width="250" />
14+
<img src="./images/home.png" width="250" />
15+
<img src="./images/sun.png" width="250" />
16+
<img src="./images/planets.png" width="250" />
1817
</p>
1918
<p align='center'>
20-
<img src="readme_assets/4.png" width="250" />
21-
<img src="readme_assets/5.png" width="250" />
22-
<img src="readme_assets/6.png" width="250" />
19+
<img src="./images/planet_details.png" width="250" />
20+
<img src="./images/moon.png" width="250" />
21+
<img src="./images/comet.png" width="250" />
22+
</p>
23+
<p align='center'>
24+
<img src="./images/asteroid.png" width="250" />
2325
</p>

0 commit comments

Comments
 (0)