flutter_love 0.1.0-beta.5 flutter_love: ^0.1.0-beta.5 copied to clipboard
Provide flutter widgets handle common use case with love state management library
[0.1.0-beta.5] - 2020-08-06 #
- refactor - update example to adapt new API
- refactor -
ReactState
extendsUIEffectBase
directly (previously extendsReact
) - improvements - explicitly give
system.react
operator's parameterskipFirst*
inReact*
widgets - visibility - export package:love/love.dart by default
[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>