ark_mvp 0.1.0-dev.1
ark_mvp: ^0.1.0-dev.1 copied to clipboard
Pure Dart foundations for Model-View-Presenter application features.
Changelog #
0.1.0-dev.1 - 2026-08-13 #
- Added
ModelBindingfor complete immutable feature snapshots and multiple application-owned change sources. - Added the framework-independent
PresenterandPresenterSessionlifecycle. - Added explicit ViewState adaptation, Presenter-local invalidation, and non-replay ViewEffect delivery.
- Added deterministic tests for Model reading, Presenter transitions, output channels, single-use ownership, idempotent close, and cleanup failures.
- Added pure Dart examples for one manager and aggregated application state.