ark_mvp_flutter 1.0.0
ark_mvp_flutter: ^1.0.0 copied to clipboard
Flutter widgets and BuildContext integration for Ark MVP presenters.
Changelog #
1.0.0 - 2026-08-17 #
- Established stable Flutter Presenter, MvpView, Model provider, BuildContext, ViewState, and ViewEffect hosting contracts.
- Aligned lifecycle guidance and examples with
ark_mvp1.0.0.
0.1.0-dev.2 - 2026-08-15 #
- Updated the Ark MVP dependency to
0.1.0-dev.2. - Replaced relative README links with canonical public URLs so documentation remains interactive on pub.dev.
0.1.0-dev.1 - 2026-08-13 #
- Added
FlutterPresenterwith current-buildBuildContextaccess for presentation-state adaptation. - Added
MvpViewwith stable Presenter ownership, direct or contextual ModelBinding resolution, and lifecycle-safe subscription replacement. - Added
MvpModelProviderand typed BuildContext extensions. - Added ViewEffect delivery and explicit runtime error routing.
- Added widget tests for binding sources, initial-read races, Presenter identity, cleanup, effects, context access, and failures.
- Added runnable examples for one UseCase, several UseCases, and an independent application state manager.