Plugin.Maui.MVVMExpress.Templates
1.3.0
dotnet new install Plugin.Maui.MVVMExpress.Templates@1.3.0
Plugin.Maui.MVVMExpress.Templates
dotnet new template for a .NET MAUI app on Plugin.Maui.MVVMExpress.
dotnet new install Plugin.Maui.MVVMExpress.Templates
dotnet new mvvmexpress -n MyApp
cd MyApp
dotnet test MyApp.Tests
The generated app starts on MainPage / MainPageViewModel ([Notify] + IncrementCommand), with IGreetingService registered by AddMain(), and {Binding} / Command in XAML.
Add another screen:
cd MyApp
dotnet new mvvmexpress-page -n Catalog --namespace MyApp
Then map the route and call services.AddCatalog() in MauiProgram. Move the ViewModel and service into MyApp.Core if you keep that split.
Login → replace-root back to MainPage, a list, a form, and MyApp.Tests are also included. Supported: Android, iOS, Mac Catalyst, and Windows (single-window).
Demo sign-in: demo@mvvmexpress.dev / secret. Production tokens: Plugin.Maui.SecureSession.
Version 1.3.0. Product docs: https://github.com/nuvyntralabs/Plugin.Maui.MVVMExpress
IDE extensions: VS Code Marketplace · Visual Studio Marketplace. Details: extensions
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.3.0: Phases 8–10. One registration path, [NotifyDependsOn], analyzers, CommunityToolkit ViewModel interop, modules, modal stack, DeepLinks/SecureSession adapters, Search/SectionHost views, ILLink roots, 1.0 contract tests.