mirror of
https://github.com/bimsina/notes-app.git
synced 2025-05-17 14:36:04 +08:00
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# Note Taking App made in Flutter with Sqlite database
|
|
This is a note taking app made with flutter.<br>
|
|
## Concepts used:
|
|
<ul>
|
|
<li>Sqlite database to store custom Note object.</li>
|
|
<li>Search Functionality</li>
|
|
<li>Staggered GridView</li>
|
|
</ul>
|
|
|
|
Video Demo: https://www.youtube.com/watch?v=Fg68VND8unE <br><br>
|
|
|
|
If you want to use firebase to store the notes online, check out this [repo](https://github.com/prabhashrai02/notes-app) .
|
|
|
|
Screenshots:<br>
|
|
<table style={border:"none"}><tr>
|
|
<td><img src="https://user-images.githubusercontent.com/29589003/57538958-2ae63100-7369-11e9-9efc-102497249cdd.png" alt="Screenshot 2"/></td>
|
|
<td><img src="https://user-images.githubusercontent.com/29589003/57538952-29b50400-7369-11e9-9b42-6a5770cb18e6.png" alt="Screenshot 1"/></td>
|
|
<td><img src="https://user-images.githubusercontent.com/29589003/57538950-29b50400-7369-11e9-990f-1d2fb7a9d1a0.png" alt="Screenshot 3"/></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td><img src="https://user-images.githubusercontent.com/29589003/57538957-2ae63100-7369-11e9-8506-1cd7decf1815.png" alt="Screenshot 1"/></td>
|
|
|
|
<td><img src="https://user-images.githubusercontent.com/29589003/57538953-2a4d9a80-7369-11e9-9249-6020ae6eb949.png" alt="Screenshot 2"/></td>
|
|
<td><img src="https://user-images.githubusercontent.com/29589003/57538954-2a4d9a80-7369-11e9-8b25-3f2027a422b8.png" alt="Screenshot 3"/></td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</table>
|