Skip to content

joshuadeguzman/flutter-persistence-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_persistence_demo

A demo on saving simple and critical data locally in Flutter

Storing simple data Storing secure data
Package shared_preferences flutter_secure_storage
Version ^0.5.2 ^3.2.1+1
Example example-1 example-2

License

flutter_persistence_demo is released under the BSD-3 Clause License. See LICENSE for details.

Contributing

  1. Fork it (https://github.com/joshuadeguzman/flutter_persistence_demo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request