Popups.Maui.Prism 1.0.6-pre

This is a prerelease version of Popups.Maui.Prism.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Popups.Maui.Prism --version 1.0.6-pre
NuGet\Install-Package Popups.Maui.Prism -Version 1.0.6-pre
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="Popups.Maui.Prism" Version="1.0.6-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Popups.Maui.Prism --version 1.0.6-pre
#r "nuget: Popups.Maui.Prism, 1.0.6-pre"
#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 Popups.Maui.Prism as a Cake Addin
#addin nuget:?package=Popups.Maui.Prism&version=1.0.6-pre&prerelease

// Install Popups.Maui.Prism as a Cake Tool
#tool nuget:?package=Popups.Maui.Prism&version=1.0.6-pre&prerelease

Popups.Maui

Version Downloads Downloads

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 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.2 is compatible.  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

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.0.9-pre 0 6/1/2024
1.0.8 94 5/20/2024
1.0.6-pre 66 5/16/2024
1.0.4-pre 72 5/16/2024
1.0.3-pre 69 5/16/2024
1.0.2-pre 71 5/15/2024

1.0
- Initial release