webstorage 2.0.0 copy "webstorage: ^2.0.0" to clipboard
webstorage: ^2.0.0 copied to clipboard

discontinued

Services for interacting with the Web Storage. An event-based API to manage storage changes.

Changelog #

Version 2.0.0 #

  • Breaking change: renamed the listenToStorageEvents named parameter to listenToGlobalEvents.
  • Breaking change: renamed the onChanges event stream to onChange.
  • Breaking change: replaced the map of SimpleChange instances by the native StorageEvent instance.
  • Raised the Dart SDK constraint.

Version 1.4.0 #

  • Updated the documentation.
  • Updated the package dependencies.

Version 1.3.0 #

  • Added the listenToStorageEvents parameter to the class constructors.
  • Improved the documentation.

Version 1.2.0 #

  • Added the WebStorage.putObjectIfAbsent() method.
  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 1.1.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 1.0.0 #

  • Initial release.
0
likes
20
pub points
23%
popularity

Publisher

verified publisherbelin.io

Services for interacting with the Web Storage. An event-based API to manage storage changes.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on webstorage