better_effect_flutter 0.1.0
better_effect_flutter: ^0.1.0 copied to clipboard
Flutter MVVM integration for better_effect with typed EffectCommand state, scoped Runtime bootstrap, and one-shot UI listeners.
0.1.0 #
- Added
EffectCommand0and typed-inputEffectCommand. - Added sealed idle/running/success/failure/defect/interrupted UI states.
- Added drop, latest, and queue execution policies.
- Added one-shot
EffectCommandListener, builder, and consumer widgets. - Added
EffectCommands,EffectViewModel, and automatic command disposal. - Added
BetterEffectScope, provider, bootstrap widget, and app bootstrap helper. - Added an MVVM task application example and Flutter test suite.