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 | ![]() |
![]() |
flutter_persistence_demo is released under the BSD-3 Clause License. See LICENSE for details.
- Fork it (https://github.com/joshuadeguzman/flutter_persistence_demo/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request

