single_item_shared_prefs 2.1.2 copy "single_item_shared_prefs: ^2.1.2" to clipboard
single_item_shared_prefs: ^2.1.2 copied to clipboard

SharedPreferences/UserDefaults persistent Storage implementation.

2.1.2 #

  • Fix getStringList bug with List<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_preferences dependency to 2.3.2 which:
    • Fixes getStringList bug with List<Object?> cast exception

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 #

1
likes
140
points
82
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

SharedPreferences/UserDefaults persistent Storage implementation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, shared_preferences, single_item_storage

More

Packages that depend on single_item_shared_prefs