Prism.Plugin.Popups
2.2.0.293
There are breaking changes be sure to update to the latest version of Prism.Plugin.Popups and use the IDialogService. Navigating to PopupPages with the INavigationService is no longer supported.
See the version list below for details.
dotnet add package Prism.Plugin.Popups --version 2.2.0.293
NuGet\Install-Package Prism.Plugin.Popups -Version 2.2.0.293
<PackageReference Include="Prism.Plugin.Popups" Version="2.2.0.293" />
paket add Prism.Plugin.Popups --version 2.2.0.293
#r "nuget: Prism.Plugin.Popups, 2.2.0.293"
// Install Prism.Plugin.Popups as a Cake Addin #addin nuget:?package=Prism.Plugin.Popups&version=2.2.0.293 // Install Prism.Plugin.Popups as a Cake Tool #tool nuget:?package=Prism.Plugin.Popups&version=2.2.0.293
Prism Forms Plugin to provide Popup Navigation working with the Rg.Plugins.Popup library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid81 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- Prism.Forms (>= 7.1.0.431)
- Rg.Plugins.Popup (>= 1.1.5.180)
-
.NETStandard 2.0
- Prism.Forms (>= 7.1.0.431)
- Rg.Plugins.Popup (>= 1.1.5.180)
-
MonoAndroid 8.1
- Prism.Forms (>= 7.1.0.431)
- Rg.Plugins.Popup (>= 1.1.5.180)
-
Xamarin.iOS 1.0
- Prism.Forms (>= 7.1.0.431)
- Rg.Plugins.Popup (>= 1.1.5.180)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Prism.Plugin.Popups:
Package | Downloads |
---|---|
SheshaMobile.Core
Common application functionality and features to be shared across the framework |
|
Prism.Plugin.Popups.Unity
[DEPRECATED] Please use Prism.Plugin.Popups instead. Prism Unity Plugin for Xamarin Forms to provide Popup Navigation |
|
Bit.CSharpClient.Prism
Bit.CSharpClient.Prism |
|
Prism.Plugin.Popups.Autofac
[DEPRECATED] Please use Prism.Plugin.Popups instead. Prism Autofac Plugin for Xamarin Forms to provide Popup Navigation |
|
Bit.Client.Xamarin.Prism
Bit.Client.Xamarin.Prism |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Prism.Plugin.Popups:
Repository | Stars |
---|---|
PrismLibrary/Prism-Samples-Forms
Samples that demonstrate how to use various Prism features with Xamarin.Forms
|
Version | Downloads | Last updated | |
---|---|---|---|
8.0.76 | 444,471 | 4/30/2021 | |
8.0.31-beta | 53,176 | 1/6/2021 | |
7.2.0.1046 | 770,227 | 4/6/2020 | |
7.2.0.759 | 153,022 | 11/21/2019 | |
7.2.0.573 | 61,381 | 7/27/2019 | |
2.4.0.417-pre | 5,067 | 5/21/2019 | |
2.3.0.330-pre | 1,220 | 3/5/2019 | |
2.2.0.293 | 11,549,395 | 11/30/2018 | |
2.1.0.228 | 8,131,299 | 10/16/2018 | |
2.1.0.182-pre | 1,958 | 9/23/2018 | |
2.0.0.528-pre | 16,352 | 4/2/2018 | |
2.0.0-pre6 | 26,094 | 3/12/2018 | |
2.0.0-pre4 | 11,955 | 1/5/2018 |
- Adds Linker Preserve Attribute for iOS/Android
- Will now clear the Popup Stack when a non-Popup Page is pushed onto the Navigation Stack
- Will now properly handle all calls to GoBackAsync in which the animated option has been set