better_effect_flutter 0.1.1
better_effect_flutter: ^0.1.1 copied to clipboard
Flutter MVVM integration for better_effect with typed EffectCommand state, scoped Runtime bootstrap, and one-shot UI listeners.
0.1.1 #
- Expanded the package documentation with complete bootstrap, Command, ViewModel, widget, lifecycle, testing, and concurrency guidance.
- Updated the hosted
better_effectdependency to0.1.1.
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.