Plugin.MvvmToolkit.Maui 1.17.0

dotnet add package Plugin.MvvmToolkit.Maui --version 1.17.0
NuGet\Install-Package Plugin.MvvmToolkit.Maui -Version 1.17.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plugin.MvvmToolkit.Maui" Version="1.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.MvvmToolkit.Maui --version 1.17.0
#r "nuget: Plugin.MvvmToolkit.Maui, 1.17.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Plugin.MvvmToolkit.Maui as a Cake Addin
#addin nuget:?package=Plugin.MvvmToolkit.Maui&version=1.17.0

// Install Plugin.MvvmToolkit.Maui as a Cake Tool
#tool nuget:?package=Plugin.MvvmToolkit.Maui&version=1.17.0

Plugin.MvvmToolkit.Maui

This is an implementation of the Plugin.MvvmToolkit library for .NET MAUI (Multi-platform App UI) applications.

Features

  • Base ContentPage class
  • Implementation of NavigationService for .NET MAUI AppShell

Installation

You can install the library via NuGet Package Manager:

Install-Package Plugin.MvvmToolkit.Maui

Usage

BaseContentPage

To create a ContentPage, simply extend the BaseContentPage<T> class, where T is the ViewModel type that extends the BaseViewModel<ILogger<T>> class. The BaseContentPage class automatically sets the BindingContext to the ViewModel instance, and executes the ViewModel.AppearingCommand and ViewModel.DisappearingCommand methods when the page appears and disappears on the screen, respectively. Additionally, you can use the On<iOS>().SetUseSafeArea(true) method to enable safe area insets on iOS devices.

To use the NavigationService, create an instance of the service and use its methods to navigate between ViewModels. The AddRoute method is used to register a route with a ViewModel, and the NavigateAsync and NavigateBackAsync methods are used to navigate between ViewModels.

License

This library is licensed under the MIT License. See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.17.0 118 2/24/2024
1.16.0 188 12/30/2023
1.15.0 90 12/30/2023
1.14.0 207 10/26/2023
1.13.0 123 9/18/2023
1.12.0 131 9/14/2023
1.11.0 97 9/14/2023
1.10.0 150 8/16/2023
1.9.0 133 8/15/2023
1.8.5 136 8/13/2023
1.8.4 135 8/12/2023
1.8.3 137 8/9/2023
1.8.2 113 8/9/2023
1.8.1 132 8/8/2023
1.7.1 149 5/22/2023
1.6.0 127 5/17/2023
1.5.0 128 5/15/2023
1.4.2 134 5/11/2023
1.4.1 129 5/11/2023
1.4.0 132 5/10/2023
1.3.0 140 4/28/2023
1.2.0 201 3/7/2023
1.1.0 217 2/24/2023
1.0.0 216 2/24/2023