Plugin.MvvmToolkit
1.8.3
See the version list below for details.
dotnet add package Plugin.MvvmToolkit --version 1.8.3
NuGet\Install-Package Plugin.MvvmToolkit -Version 1.8.3
<PackageReference Include="Plugin.MvvmToolkit" Version="1.8.3" />
paket add Plugin.MvvmToolkit --version 1.8.3
#r "nuget: Plugin.MvvmToolkit, 1.8.3"
// Install Plugin.MvvmToolkit as a Cake Addin #addin nuget:?package=Plugin.MvvmToolkit&version=1.8.3 // Install Plugin.MvvmToolkit as a Cake Tool #tool nuget:?package=Plugin.MvvmToolkit&version=1.8.3
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- CommunityToolkit.Mvvm (>= 8.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
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 | 168 | 2/24/2024 |
1.16.0 | 249 | 12/30/2023 |
1.15.0 | 115 | 12/30/2023 |
1.14.0 | 257 | 10/26/2023 |
1.13.0 | 167 | 9/18/2023 |
1.12.0 | 162 | 9/14/2023 |
1.11.0 | 140 | 9/14/2023 |
1.10.0 | 206 | 8/16/2023 |
1.9.0 | 192 | 8/15/2023 |
1.8.5 | 196 | 8/13/2023 |
1.8.4 | 186 | 8/12/2023 |
1.8.3 | 198 | 8/9/2023 |
1.8.2 | 166 | 8/9/2023 |
1.8.1 | 188 | 8/8/2023 |
1.7.1 | 196 | 5/22/2023 |
1.6.0 | 178 | 5/17/2023 |
1.5.0 | 176 | 5/15/2023 |
1.4.2 | 170 | 5/11/2023 |
1.4.1 | 155 | 5/11/2023 |
1.4.0 | 189 | 5/10/2023 |
1.3.0 | 196 | 4/28/2023 |
1.2.0 | 271 | 3/7/2023 |
1.1.0 | 273 | 2/24/2023 |
1.0.0 | 272 | 2/24/2023 |