webstorage 2.0.0
webstorage: ^2.0.0 copied to clipboard
Services for interacting with the Web Storage. An event-based API to manage storage changes.
Changelog #
2.0.0 #
- Breaking change: renamed the
listenToStorageEventsnamed parameter tolistenToGlobalEvents. - Breaking change: renamed the
onChangesevent stream toonChange. - Breaking change: replaced the map of
SimpleChangeinstances by the nativeStorageEventinstance. - Raised the Dart SDK constraint.
1.4.0 #
- Updated the documentation.
- Updated the package dependencies.
1.3.0 #
- Added the
listenToStorageEventsparameter to the class constructors. - Improved the documentation.
1.2.0 #
- Added the
WebStorage.putObjectIfAbsent()method. - Raised the Dart SDK constraint.
- Updated the package dependencies.
1.0.0 #
- Initial release.