reactiv 0.2.2 copy "reactiv: ^0.2.2" to clipboard
reactiv: ^0.2.2 copied to clipboard

Reactive state management approach and dependency injection inspired by GetX

0.2.2 #

  1. new method in Reactive types, bindStream to deal with streams
  2. ReactiveState for StatefulWidgets and ReactiveStateWidget

0.2.1 #

  1. update readme

0.2.0 #

  1. Breaking Change: params change
    1. listen => listenable
    2. update => listener

0.1.3 #

  1. Stream change to broadcast stream,
  2. params change
    1. listen => listenable
    2. update => listener
  3. ReactiveWidget major update :
    1. auto dispose the controller functionality
    2. bindDependency method to Dependency.put() the dependency
    3. life-cycle methods void initState(), void dispose(), methods added in ReactiveWidget

0.1.2 #

  1. [dot]reactiv extension added
  2. ReactiveList all the methods added for add new element and remove element from the list

0.1.1 #

update documentation

0.1.0 #

update documentation

0.0.3 #

update example and readme

0.0.2 #

Name change

  1. Reaction => Observer
  2. cause => listen
  3. effect => update
  4. import file optimisations

0.0.1 #

Initial release. A new Reactive state management approach and dependency injection inspired by GetX

6
likes
0
pub points
64%
popularity

Publisher

verified publisherhalfmadcoder.com

Reactive state management approach and dependency injection inspired by GetX

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on reactiv