flutter_love 0.1.0-beta.4 flutter_love: ^0.1.0-beta.4 copied to clipboard
Provide flutter widgets handle common use case with love state management library
[0.1.0-beta.4] - 2020-07-12 #
- refactor - remove
EffectSystem
[0.1.0-beta.2] - 2020-07-5 #
- refactor - extract widget
UIEffectBase<S, E>
- refactor - replace
React.state<S, E>
withReactState<S, E>
- refactor -
React*
widgets constructor parameterEffectSystem
is optional now
[0.1.0-beta.1] - 2020-06-19 #
- feature - add
React<S, E, V>
widget - feature - add
StoreProvider<State, Event>