Plugin.Maui.MVVMExpress.Dialogs
0.1.0-preview
See the version list below for details.
dotnet add package Plugin.Maui.MVVMExpress.Dialogs --version 0.1.0-preview
NuGet\Install-Package Plugin.Maui.MVVMExpress.Dialogs -Version 0.1.0-preview
<PackageReference Include="Plugin.Maui.MVVMExpress.Dialogs" Version="0.1.0-preview" />
<PackageVersion Include="Plugin.Maui.MVVMExpress.Dialogs" Version="0.1.0-preview" />
<PackageReference Include="Plugin.Maui.MVVMExpress.Dialogs" />
paket add Plugin.Maui.MVVMExpress.Dialogs --version 0.1.0-preview
#r "nuget: Plugin.Maui.MVVMExpress.Dialogs, 0.1.0-preview"
#:package Plugin.Maui.MVVMExpress.Dialogs@0.1.0-preview
#addin nuget:?package=Plugin.Maui.MVVMExpress.Dialogs&version=0.1.0-preview&prerelease
#tool nuget:?package=Plugin.Maui.MVVMExpress.Dialogs&version=0.1.0-preview&prerelease
Plugin.Maui.MVVMExpress.Dialogs
MAUI DisplayAlert adapter for MVVMExpress. ViewModels depend on IDialogs, not Page.
public sealed class EditViewModel : ViewModel
{
private readonly IDialogs _dialogs;
public EditViewModel(IDialogs dialogs) => _dialogs = dialogs;
public async Task ConfirmDeleteAsync()
{
if (await _dialogs.ConfirmAsync("Delete", "Remove this item?"))
await DeleteAsync();
}
}
Register MauiDialogs as IDialogs in the MAUI host. Tests use NullDialogs (Core) or FakeDialogs (Testing).
Install
dotnet add package Plugin.Maui.MVVMExpress.Dialogs --prerelease
Target frameworks: net10.0, net10.0-android (API 21+), net10.0-ios (iOS 15+). Requires the host package. Version 0.1.0-preview.
MauiDialogs prefers Shell.Current.CurrentPage.
Related
Product docs: repository README. Alternatives: CommunityToolkit.Maui popups, Prism dialogs. License: MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-android36.0 is compatible. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Maui.Controls (>= 10.0.90)
- Plugin.Maui.MVVMExpress (>= 0.1.0-preview)
-
net10.0-android36.0
- Microsoft.Maui.Controls (>= 10.0.90)
- Plugin.Maui.MVVMExpress (>= 0.1.0-preview)
-
net10.0-ios26.0
- Microsoft.Maui.Controls (>= 10.0.90)
- Plugin.Maui.MVVMExpress (>= 0.1.0-preview)
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.3.0 | 52 | 9/8/2026 |
| 1.0.2 | 64 | 9/7/2026 |
| 1.0.1 | 76 | 9/6/2026 |
| 1.0.0 | 62 | 9/2/2026 |
| 0.6.1-preview | 61 | 9/1/2026 |
| 0.6.0-preview | 59 | 9/1/2026 |
| 0.5.0-preview | 62 | 9/1/2026 |
| 0.4.0-preview | 57 | 9/1/2026 |
| 0.3.0-preview | 58 | 9/1/2026 |
| 0.1.1-preview | 54 | 8/31/2026 |
| 0.1.0-preview | 66 | 8/31/2026 |
0.1.0-preview: Core, host DI, MauiShellNavigator, dialogs, validation, pagination. APIs may change before 1.0.