shared_preferences_listener 0.1.0 copy "shared_preferences_listener: ^0.1.0" to clipboard
shared_preferences_listener: ^0.1.0 copied to clipboard

A powerful Flutter plugin that extends SharedPreferences with reactive capabilities, allowing you to listen for changes in preference values across your app. Perfect for state management, settings syn [...]

0.1.0 #

Changed #

  • Fixed the bugs for a more stable release
  • removed some features
  • Everything now have been tested and is working

0.0.5 #

Added #

  • Added new function prefs.listenKey()
  • Enhanced documentation for better understanding

0.0.4 #

Added #

  • Extensive documentation for all methods and classes

0.0.3 #

Added #

  • All the code to a not pre-release version

0.0.2 #

Added #

  • Batch operations support via batch() method
  • Custom object support with JSON serialization
  • Error handling with SharedPreferencesException
  • Memory management improvements with dispose() method
  • Automatic value change notifications
  • Support for multiple listeners per key

0.0.1 #

Initial release of shared_preferences_listener plugin.

Features #

  • Basic SharedPreferences functionality
  • Listener implementation for preference changes
  • Support for various data types
  • Type-safe preference access
  • Integration with existing SharedPreferences instances

Dependencies #

  • Flutter SDK ≥ 3.3.0
  • Dart SDK ≥ 3.7.0
  • shared_preferences: ^2.3.5
  • plugin_platform_interface: ^2.0.2
0
likes
120
points
6
downloads

Publisher

verified publisherisunday.app

Weekly Downloads

A powerful Flutter plugin that extends SharedPreferences with reactive capabilities, allowing you to listen for changes in preference values across your app. Perfect for state management, settings synchronization, and real-time preference updates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, shared_preferences, sunday_core

More

Packages that depend on shared_preferences_listener

Packages that implement shared_preferences_listener