Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 985 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 985 Bytes

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