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.
example/README.md
Ark MVP examples #
The examples run without a UI framework:
basic_presenter.dartfollows one counter manager through ModelBinding, Presenter, ViewState, local invalidation, and ViewEffect;application_state_manager.dartcombines two independent managers into one feature Model and one ViewState.
From the package root:
dart run example/basic_presenter.dart
dart run example/application_state_manager.dart
Flutter and UseCase Forge scenarios live in the ark_mvp_flutter examples.