Skip to content

Commit 8d4f2c9

Browse files
authored
update readme
1 parent 9623d55 commit 8d4f2c9

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

Diff for: README.md

+22-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
# my_todo
1+
<h1 align="center">
2+
<img src="readme_assets/ic_launcher.png" width="250" />
3+
<br>⭐ My ToDo ⭐<br>
4+
</h1>
5+
<h4 align="center">
6+
<sub>Built with ❤︎ by
7+
<a href="https://github.com/noobcoder17">Akash Debnath</a>
8+
</h4>
9+
<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. <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>
213

3-
A new Flutter project.
414

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)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
15+
<p align='center'>
16+
<img src="readme_assets/1.jpg" width="250" />
17+
<img src="readme_assets/2.jpg" width="250" />
18+
<img src="readme_assets/3.jpg" width="250" />
19+
</p>
20+
<p align='center'>
21+
<img src="readme_assets/4.jpg" width="250" />
22+
<img src="readme_assets/5.jpg" width="250" />
23+
<img src="readme_assets/6.jpg" width="250" />
24+
</p>

0 commit comments

Comments
 (0)