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

StoreKeeper is an easy and flexible state management system for Flutter apps

2.0.0 #

  • Rewrote internals using ProxyWidget
  • New built-in interceptors:
    • Logger
    • Store persist
    • Debouncer
    • Rate limiter

1.0.2 #

  • Removed http dependency
  • Code cleanup

1.0.1 #

  • Updated http dependency to ^1.2.2

1.0.0 #

  • Null safety migration

0.0.4 #

  • API Refactors
    • StoreKeeper.update changes to StoreKeeper.listen
    • StoreKeeper.getStreamOf changes to StoreKeeper.streamOf
    • UpdateOn changes to RebuildOn
    • APIs works with the Type instead of hashCode
    • Removed HTTP side effects. Will be available as plugin.
  • New helper widget - NotifyOn
  • Added support for Interceptors
  • More docs and tests, effective_dart

0.0.3 #

  • Simplified internals with unified event stream
  • StoreKeeper.getStreamOf(...) returns stream directly
  • Removed Inventory class. Merged that with StoreKeeper.

0.0.2 #

  • Added support for HTTP interceptors
  • Added support for HTTP timeouts
  • Bug fixes

0.0.1 #

  • Initial release with basic features
10
likes
160
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

StoreKeeper is an easy and flexible state management system for Flutter apps

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on store_keeper