Popups.Maui
1.2.1-pre
See the version list below for details.
dotnet add package Popups.Maui --version 1.2.1-pre
NuGet\Install-Package Popups.Maui -Version 1.2.1-pre
<PackageReference Include="Popups.Maui" Version="1.2.1-pre" />
paket add Popups.Maui --version 1.2.1-pre
#r "nuget: Popups.Maui, 1.2.1-pre"
// Install Popups.Maui as a Cake Addin #addin nuget:?package=Popups.Maui&version=1.2.1-pre&prerelease // Install Popups.Maui as a Cake Tool #tool nuget:?package=Popups.Maui&version=1.2.1-pre&prerelease
Popups.Maui
Popups.Maui provides a cross-platform way to display popups.
Features
- tbd
- tbd
- tbd
Download and Install Popups.Maui
This library is available on NuGet: https://www.nuget.org/packages/Popups.Maui Use the following command to install Popups.Maui using NuGet package manager console:
PM> Install-Package Popups.Maui
You can use this library in any .NET MAUI project compatible to .NET 7 and higher.
App Startup
This plugin provides an extension method for MauiAppBuilder UseMauiPopups
which ensure proper startup and initialization. Call this method within your MauiProgram
just as demonstrated in the MauiSampleApp:
var builder = MauiApp.CreateBuilder()
.UseMauiApp<App>()
.UseMauiPopups();
API Usage
The following lines of code demonstrate how to use the library.
code
Contribution
Contributors welcome! If you find a bug or you want to propose a new feature, feel free to do so by opening a new issue on github.com.
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-ios17.0 is compatible. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Mopups (>= 1.3.1)
-
net8.0-android34.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Mopups (>= 1.3.1)
-
net8.0-ios17.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Mopups (>= 1.3.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Popups.Maui:
Package | Downloads |
---|---|
Popups.Maui.Prism
Popups for Prism.Maui |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0-pre | 29 | 10/31/2024 |
1.2.2 | 88 | 10/14/2024 |
1.2.1-pre | 72 | 10/11/2024 |
1.2.0-pre | 80 | 10/8/2024 |
1.1.8-pre | 74 | 10/1/2024 |
1.1.7-pre | 104 | 9/1/2024 |
1.1.6-pre | 116 | 8/21/2024 |
1.1.4-pre | 72 | 8/1/2024 |
1.1.3 | 821 | 7/25/2024 |
1.1.0-pre | 144 | 7/22/2024 |
1.0.14 | 87 | 7/25/2024 |
1.0.12-pre | 69 | 7/25/2024 |
1.0.8 | 213 | 5/20/2024 |
1.2
- Update GetPage method to use WindowManager.Current.
1.1
- Add PopupDialogService to intercept Prism's popup handling.
1.0
- Initial release.