Plugin.MvvmToolkit 1.17.0

dotnet add package Plugin.MvvmToolkit --version 1.17.0
NuGet\Install-Package Plugin.MvvmToolkit -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" 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 --version 1.17.0
#r "nuget: Plugin.MvvmToolkit, 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 as a Cake Addin
#addin nuget:?package=Plugin.MvvmToolkit&version=1.17.0

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

Plugin.MvvmToolkit

This is a .NET library that provides a set of base classes and services to facilitate building MVVM (Model-View-ViewModel) based applications.

Features

  • BaseViewModel class with logging capabilities
  • INavigationService to navigate between ViewModels

Installation

You can install the library via NuGet Package Manager:

Install-Package Plugin.MvvmToolkit

Usage

BaseViewModel

To create a ViewModel, simply extend the BaseViewModel<TLogger> class, where TLogger is a logger instance that implements the ILogger interface. The BaseViewModel class provides two virtual methods, OnAppearing and OnDisappearing, that are called when the ViewModel appears or disappears on the screen, respectively.

INavigationService

To use the INavigationService, 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 (1)

Showing the top 1 NuGet packages that depend on Plugin.MvvmToolkit:

Package Downloads
Plugin.MvvmToolkit.Maui

.NET MAUI implementation of the Plugin.MvvmToolkit library for building applications using the MVVM pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.17.0 111 2/24/2024
1.16.0 202 12/30/2023
1.15.0 96 12/30/2023
1.14.0 213 10/26/2023
1.13.0 135 9/18/2023
1.12.0 141 9/14/2023
1.11.0 108 9/14/2023
1.10.0 175 8/16/2023
1.9.0 162 8/15/2023
1.8.5 163 8/13/2023
1.8.4 158 8/12/2023
1.8.3 169 8/9/2023
1.8.2 141 8/9/2023
1.8.1 160 8/8/2023
1.7.1 171 5/22/2023
1.6.0 150 5/17/2023
1.5.0 150 5/15/2023
1.4.2 154 5/11/2023
1.4.1 138 5/11/2023
1.4.0 160 5/10/2023
1.3.0 170 4/28/2023
1.2.0 236 3/7/2023
1.1.0 242 2/24/2023
1.0.0 231 2/24/2023