Skip to content

SimpleMVI 0.1.0

Pre-release
Pre-release

Choose a tag to compare

@v1rus-dev v1rus-dev released this 25 Apr 21:21
· 11 commits to main since this release

Initial development release of SimpleMVI.

What's included

  • Core MVI contracts for State, Intent, and Effect.
  • Lightweight SimpleMVI state container with StateFlow-based UI state.
  • One-time UI effects via Flow.
  • Compose Multiplatform ViewModel base class.
  • Lifecycle-aware Compose effect collection helper.
  • Android SavedStateHandle helper.

Modules

  • io.github.v1rus-dev:simple-mvi-core:0.1.0
  • io.github.v1rus-dev:simple-mvi-compose:0.1.0
  • io.github.v1rus-dev:simple-mvi-compose-android:0.1.0

This is an early release while the API and examples are still being finalized.