1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-08-25 09:13:00 +00:00
Files
flutter-examples/save_data_locally_with_sqlite
Nishant Srivastava 42bde1c435 chore: remove failing default widget tests from example apps
The default counter smoke-test stubs generated by 'flutter create' do not
match most example apps and fail to compile or run. Delete them from all
apps except unit_testing, which demonstrates real testing.
2026-08-17 15:59:17 +02:00
..
2022-10-22 21:24:21 +02:00

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

Video of App

https://user-images.githubusercontent.com/71614009/136423304-1951a31c-aba0-402b-aaa8-f337641ec753.mp4