VijayAnand.MauiToolkit.Pro
3.3.0
Prefix Reserved
See the version list below for details.
dotnet add package VijayAnand.MauiToolkit.Pro --version 3.3.0
NuGet\Install-Package VijayAnand.MauiToolkit.Pro -Version 3.3.0
<PackageReference Include="VijayAnand.MauiToolkit.Pro" Version="3.3.0" />
<PackageVersion Include="VijayAnand.MauiToolkit.Pro" Version="3.3.0" />
<PackageReference Include="VijayAnand.MauiToolkit.Pro" />
paket add VijayAnand.MauiToolkit.Pro --version 3.3.0
#r "nuget: VijayAnand.MauiToolkit.Pro, 3.3.0"
#:package VijayAnand.MauiToolkit.Pro@3.3.0
#addin nuget:?package=VijayAnand.MauiToolkit.Pro&version=3.3.0
#tool nuget:?package=VijayAnand.MauiToolkit.Pro&version=3.3.0
VijayAnand.MauiToolkit.Pro
This is a toolkit with a set of helper methods and classes to simplify working with .NET MAUI and Blazor.
Published as a NuGet package - VijayAnand.MauiToolkit.Pro
It depends on the following NuGet packages:
To start with, implements the concrete definition PopupDialogService for the IDialogService abstraction defined in Core package and IMauiDialogService abstraction defined in Regular package with the Popup type from the CommunityToolkit.Maui NuGet package.
Provides an extension method to register this service in .NET MAUI host builder startup:
UseVijayAnandMauiToolkitPro()
By default, the default value of configuration parameter is set to ServiceRegistrations.All.
Usage:
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder.UseMauiApp<App>()
.UseMauiCommunityToolkit()
.UseVijayAnandMauiToolkitPro(); // Implicit value of ServiceRegistrations.All passed as configuration parameter
return builder.Build();
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios18.0 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst18.0 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- CommunityToolkit.Maui (>= 7.0.0)
- Microsoft.Maui.Controls (>= 8.0.100)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.100)
- VijayAnand.MauiToolkit (>= 3.3.0)
-
net8.0-android34.0
- CommunityToolkit.Maui (>= 7.0.0)
- Microsoft.Maui.Controls (>= 8.0.100)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.100)
- VijayAnand.MauiToolkit (>= 3.3.0)
-
net8.0-ios18.0
- CommunityToolkit.Maui (>= 7.0.0)
- Microsoft.Maui.Controls (>= 8.0.100)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.100)
- VijayAnand.MauiToolkit (>= 3.3.0)
-
net8.0-maccatalyst18.0
- CommunityToolkit.Maui (>= 7.0.0)
- Microsoft.Maui.Controls (>= 8.0.100)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.100)
- VijayAnand.MauiToolkit (>= 3.3.0)
-
net8.0-windows10.0.19041
- CommunityToolkit.Maui (>= 7.0.0)
- Microsoft.Maui.Controls (>= 8.0.100)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.100)
- VijayAnand.MauiToolkit (>= 3.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on VijayAnand.MauiToolkit.Pro:
| Repository | Stars |
|---|---|
|
egvijayanand/dotnet-maui-samples
Sample apps for working with .NET MAUI
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.2.0 | 25 | 10/15/2025 |
| 4.1.0 | 34 | 10/1/2025 |
| 4.0.0 | 32 | 9/26/2025 |
| 3.4.0 | 26 | 10/15/2025 |
| 3.3.0 | 27 | 10/1/2025 |
| 3.2.0 | 32 | 9/26/2025 |
| 3.1.0 | 199 | 11/27/2023 |
| 3.0.0 | 112 | 11/14/2023 |
| 3.0.0-rc.2.2 | 94 | 11/7/2023 |
| 3.0.0-rc.2.1 | 74 | 10/31/2023 |
| 3.0.0-rc.2 | 78 | 10/13/2023 |
| 3.0.0-rc.1 | 95 | 9/18/2023 |
| 3.0.0-preview.7 | 77 | 9/12/2023 |
| 3.0.0-preview.1 | 98 | 4/24/2023 |
| 2.1.3 | 75 | 11/7/2023 |
| 2.1.2 | 84 | 10/31/2023 |
| 2.1.1 | 92 | 10/13/2023 |
| 2.1.0 | 91 | 9/19/2023 |
| 2.1.0-preview.7 | 75 | 9/12/2023 |
| 2.1.0-preview.6 | 88 | 4/24/2023 |
| 2.1.0-preview.5 | 127 | 1/3/2023 |
| 2.1.0-preview.4 | 108 | 1/2/2023 |
| 2.1.0-preview.3 | 90 | 12/30/2022 |
| 2.1.0-preview.2 | 92 | 12/28/2022 |
| 2.1.0-preview.1 | 80 | 12/27/2022 |
| 1.1.0 | 115 | 9/19/2023 |
| 1.1.0-preview.7 | 79 | 9/12/2023 |
| 1.1.0-preview.6 | 86 | 4/24/2023 |
| 1.1.0-preview.5 | 107 | 1/3/2023 |
| 1.1.0-preview.4 | 114 | 1/2/2023 |
| 1.1.0-preview.3 | 93 | 12/30/2022 |
| 1.1.0-preview.2 | 122 | 12/28/2022 |
| 1.1.0-preview.1 | 114 | 12/27/2022 |
Join me on Developer Thoughts, https://egvijayanand.in/, an exclusive blog for .NET MAUI and Blazor.
What's new in ver. 3.3.0:
-------------------------
Package suite update.
v3.2.0:
This version of package is released on top of .NET MAUI 8 SR10 (v8.0.100).
v3.1.0:
CommunityToolkit.Maui dependency bumped to v7.0.0, the version released on top of .NET 8
The Popup type implemented with XAML and the accessibility modifier in its associated code-behind file is now set as internal.
v3.0.0:
This version of package is released on top of .NET MAUI on .NET 8 GA (8.0.3) version.
v3.0.0-rc.2.2:
This version of package is released on top of .NET MAUI on .NET 8 RC2 (8.0.0-rc.2.9530) version.
v3.0.0-rc.2.1:
This version of package is released on top of .NET MAUI on .NET 8 RC2 (8.0.0-rc.2.9511) version.
v3.0.0-rc.2:
This version of package is released on top of .NET MAUI on .NET 8 RC2 (8.0.0-rc.2.9373) version.
v3.0.0-rc.1:
This version of package is released on top of .NET MAUI on .NET 8 RC1 (8.0.0-rc.1.9171) version.
v3.0.0-preview.7:
This version of package is released on top of .NET MAUI on .NET 8 Preview 7 (8.0.0-preview.7.8842) version.
v3.0.0-preview.1:
Initial release built on top of .NET 8 Preview.
Support for the Tizen platform will be included in a later version once the Tizen team releases the workload that supports .NET 8 Previews.