shared_preferences_listener 0.1.0
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.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