reduced 0.4.0 copy "reduced: ^0.4.0" to clipboard
reduced: ^0.4.0 copied to clipboard

Uniform API for the basic features of state management frameworks.

0.1.0 #

  • initial release.

0.2.0 #

  • rename Reducible to ReducedStore
  • replace function wrapWithProvider with widget class ReducedProvider
  • replace function wrapWithConsumer with widget class ReducedConsumer
  • replace function wrapWithScope with widget class ReducedScope

0.2.1 #

  • use reduced_bloc and reduced_provider v2.0.1 from git in examples

0.2.2 #

  • replace
    with backslash in README.md

0.3.1 #

  • rename 'reduce' to 'dispatch' and 'reducer' to 'event'

0.3.2 #

  • use reduced_setstate, reduced_bloc and reduced_provider v0.3.2 from git in examples

0.4.0 #

  • rename 'dispatch' to 'process'
  • rename 'ReducedStore' to 'Store'
  • rename 'ReducedStoreProxy' to 'StoreProxy'
  • rename 'CallableAdapter' to 'EventCarrier'
  • rename 'EventAdapter' to 'ParameterizedEvent'
  • rename 'ReducedWidgetBuilder' to 'WidgetFromPropsBuilder'
  • rename 'ReducedTransformer' to 'StateToPropsMapper'
  • extract 'process' method to its own interface 'EventProcessor'
  • add 'EventListener'
  • use two parameters 'state' and 'processor' instead of one 'store' parameter
39
likes
0
pub points
0%
popularity

Publisher

verified publisherpartmaster.de

Uniform API for the basic features of state management frameworks.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on reduced