What this package is like to depend on
Last release 6 days ago
17 Aug 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2026 to Aug 2026Releases
latest 3-
1.0.017 Aug 2026Release notes
Open source →- 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.215 Aug 2026 pre-releaseRelease notes
Open source →- 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.
- Updated the Ark MVP dependency to
-
0.1.0-dev.113 Aug 2026 pre-releaseRelease notes
Open source →- 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.
- Added