1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 20:50:04 +00:00

updated: readme for persist_key_value

This commit is contained in:
Nishant Srivastava
2018-08-07 01:24:20 +02:00
parent 7f09c4bdca
commit 709fafada7
3 changed files with 26 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
# persist_key_value
# Persist Key Value
Example project to demonstrate storing key value on disk
Example app showing storing key value on disk using [shared_preference](https://pub.dartlang.org/packages/shared_preferences) plugin
<img src="demo_img.gif" height="600em" />
## Getting Started
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.io/).