impulse_flutter 0.8.0 copy "impulse_flutter: ^0.8.0" to clipboard
impulse_flutter: ^0.8.0 copied to clipboard

Minimalist state management and dependency injection.

0.8.0 #

  • Updated dependency on impulse introducing breaking changes.

0.7.0 #

  • Updated dependency on impulse introducing breaking changes
  • Added AsyncBuilder, renamed ResultSelector to AsyncSelector

0.6.3 #

  • added ResultBuilder widget

0.6.2 #

  • updated dependency constraints

0.6.1 #

  • updated example and documentation
  • bumped version to match version of other packages

0.6.0 #

  • Bumped dependency package versions.
  • Jumped versions to sync up with the other packages

0.4.0 #

  • Made context.read use get the StoreScope widget instead of depending.
  • Renamed named argument selector to select in Selector widget.

0.3.1 #

  • Fixed a bug in context.read debug assertion.

0.3.0 #

  • Removed ref extensions, use context extensions instead.
  • Renamed context extension bind to use.
  • Added an assert to check if an object is left dangling after instantiation through read

0.2.1 #

  • Added ResultSelector widget to select result fields on registered objects. allowing you to easily build loading/error states.

0.2.0 #

  • Documentation overhaul.
  • impulse package version bump.
  • Renamed of to bind.
  • Renamed peek to read.
  • Added Selector widget.
  • Added StoreScope.of static method to get the Store instance.

0.1.1 #

  • Minor readme improvements
  • StoreScope now wont reset the store if it was given as a construction parameter.
  • Bumped impulse package version number

0.1.0 #

  • Initial version.
1
likes
160
points
54
downloads

Documentation

API reference

Publisher

verified publishervanzwolsoftware.nl

Weekly Downloads

Minimalist state management and dependency injection.

Repository (GitHub)
View/report issues

Topics

#state #reactive #dependency-injection

License

MIT (license)

Dependencies

flutter, impulse

More

Packages that depend on impulse_flutter