cross_local_storage 3.0.0 cross_local_storage: ^3.0.0 copied to clipboard
SharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux). Also provides JSON file storage.
Changelog #
3.0.0 #
- Updated dependencies to latest (
dart >= 3.0.0
/shared_preferences >= 2.2.1
) - Updated example project
- Added ability to set preferences directory for JSON CrossLocalStorage via
setPreferencesDirectory
2.0.1 #
- Fixed lint issues
- Fixed interface method
remove
- Fixed method
remove
for json storage
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)