single_item_shared_prefs 2.1.2
single_item_shared_prefs: ^2.1.2 copied to clipboard
SharedPreferences/UserDefaults persistent Storage implementation.
2.1.2 #
- Fix
getStringListbug withList<Object?>cast exception. - The results are cached internally by the shared_preferences lib.
- This version still uses the deprecated
SharedPreferences.getInstance()method to maintain backwards compatibility.
2.1.1 #
- Upgrade pub.lock dependencies
- Remove dart version <4 restriction
2.1.0 #
- Update minimum supported SDK version to Flutter 3.22/Dart 3.4
- Update the
shared_preferencesdependency to2.3.2which:- Fixes
getStringListbug withList<Object?>cast exception
- Fixes
2.0.1 #
- Add privacy policy files for iOS
2.0.0 #
*Breaking:
- Require Dart 3.1
- Require Flutter >=3.13
- Require Android SDK 34
0.0.4 #
- Dependencies update
0.0.3 #
- Added implementation for primitives.
Use
SharedPrefsStorage<int>.primitive(itemKey: 'cow_counter')
0.0.2 #
- README update.
0.0.1 #
- Initial version. shared_preferences storage implementations provided.