Skip to content
Nuvyntra Labs

Documentation

Roadmap

What 1.0.0 shipped, what is explicitly out of 1.0, and how the family stays aligned with MAUI Core.

Shipped in 1.0.0

  • Core contract aligned with MAUI 1.3: ObservableModel, ViewModel, commands, AsyncState, Outcome, INavigator, GuardedNavigator, forms, SectionHost.
  • UseAvaloniaMvvmExpress, AvaloniaDispatcherMainThread, AvaloniaWindowContext, Loaded / Unloaded lifecycle.
  • AvaloniaFrameNavigator, UseFrameNavigation, ResetAsync replace-root, owned Window modals.
  • AvaloniaDialogs and overlay toasts.
  • Validation, Pagination, Testing, Templates, VS Code and Visual Studio wrappers.
  • First-class multi-window via IWindowContext per Window.

Out of 1.0

SurfaceStatus
Source generators ([Notify], [RegisterView], analyzers)Skip — handwritten SetProperty and Map
Reactive / CombineLatestSkip
CommunityToolkit compatibility packSkip
UseShellSkip — Frame only
UseDeepLinks host helperSkip — Core AddDeepLinks fails closed
UseSecureSessionAuth host helperSkip — register IAuthState yourself
NavigateForResultAsyncSkip

Parity with the MAUI family is documented in API-PARITY.md. Breaking public API changes wait for 2.0.0.

Discussion

Comment on Plugin.Avalonia.MVVMExpress. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.Avalonia.MVVMExpress). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.