Packages
Ark MVP packages
Choose the pure-Dart foundation, the Flutter host, or both without adding unrelated runtime dependencies.
v0.1.0-dev.1Beginner
Ark MVP packages
| Package | Responsibility | Runtime dependencies |
|---|---|---|
ark_mvp | ModelBinding, Presenter, PresenterSession, lifecycle, invalidation, and ViewEffect delivery | Pure Dart and meta |
ark_mvp_flutter | MvpView, FlutterPresenter, typed Model provider, BuildContext integration, and Flutter error reporting | Flutter and ark_mvp |
The Flutter package does not depend on UseCase Forge. UseCase examples are development material that demonstrate application-side composition between independent products.