cross_local_storage 2.0.0
cross_local_storage: ^2.0.0 copied to clipboard
SharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux). Also provides JSON file storage.
Changelog #
2.0.0 #
- Updated to NNBD
- Migrated to usage of shared_preferences packages
- Added separate module for json storage
1.1.1 #
- Updated readme
1.1.0 #
- Renamed plugin to cross_local_storage
1.0.1 #
- Fixed issue when opening empty file
1.0.0 #
- Created common interface for wrapper of SharedPreferences on both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux)