shared_preferences_wrapper 0.0.3+1 copy "shared_preferences_wrapper: ^0.0.3+1" to clipboard
shared_preferences_wrapper: ^0.0.3+1 copied to clipboard

A Flutter package that provides a simple wrapper for working with shared preferences. This package simplifies the process of storing and retrieving various data types.

0.0.3+1 #

  • added setValue() to allow saving data to SharedPreferences
  • added getValue() to retrieve values from SharedPreferences

0.0.3 #

  • Add or remove observers for shared preference changes.
  • Organize preferences based on specific groups or categories
  • Get preferences based on specific groups or categories
  • Setting default values that should be returned instead of null for string, int, bool, double data types

Added #

  • Encrypt/Decrypt sensitive data stored in shared preferences
  • Add or update multiple key-value pairs in a single batch operation
  • Add or remove listeners for shared preference changes

0.0.2 #

Added #

  • Encrypt/Decrypt sensitive data stored in shared preferences
  • Add or update multiple key-value pairs in a single batch operation
  • Add or remove listeners for shared preference changes

0.0.1+1 #

Added #

  • Updated Dart SDK from 2.19.5 to 2.19.0

0.0.1 #

Added #

  • Initial release: Store and retrieve strings, integers, doubles, booleans, and string lists in shared preferences.
3
likes
160
pub points
47%
popularity

Publisher

verified publisherpermanentlink.co.za

A Flutter package that provides a simple wrapper for working with shared preferences. This package simplifies the process of storing and retrieving various data types.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

encrypt, flutter, shared_preferences

More

Packages that depend on shared_preferences_wrapper