1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-09 13:09:03 +00:00

New Example - App to store data locally using SQlite (#102)

* Added files of save data locally using sqlite example App

* Update README.md
This commit is contained in:
Mukund Tandon
2022-10-22 23:48:58 +05:30
committed by GitHub
parent 5148c1724b
commit 52a150d66b
67 changed files with 1633 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# save_data_locally_with_sqlite
A simple flutter app showing the use of sqlite database to store data of out app locally on the device
To try it yourself just add some text in the textbox and click on the add button
To remove a note long press on the note container
# ScreenShots
<img src="https://user-images.githubusercontent.com/71614009/136422919-6a9c4590-b909-45b3-95f4-74ca6519610e.jpg" width ="200">
# Video of App
https://user-images.githubusercontent.com/71614009/136423304-1951a31c-aba0-402b-aaa8-f337641ec753.mp4