Prism.Plugin.Popups.Unity 2.0.0-pre1

Suggested Alternatives

Prism.Plugin.Popups

Additional Details

The container specific package for the Popups Plugin should not be used. You should use Prism.Plugin.Popups instead.

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

// Install Prism.Plugin.Popups.Unity as a Cake Tool
#tool nuget:?package=Prism.Plugin.Popups.Unity&version=2.0.0-pre1&prerelease

Prism Unity Plugin for Xamarin Forms to provide Popup Navigation

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Prism.Plugin.Popups.Unity:

Package Downloads
SheshaMobile.Modules

The modules module contains common functionality shared across multiple modules

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0.228 9,334,684 10/16/2018
2.1.0.182-pre 1,153 9/23/2018
2.0.0.528-pre 1,727 4/2/2018
2.0.0-pre6 1,561 3/12/2018
2.0.0-pre4 1,973 1/5/2018
2.0.0-pre3 2,940 9/22/2017
2.0.0-pre2 1,579 8/2/2017
2.0.0-pre1 4,331 3/28/2017
1.1.0 6,773 3/26/2017
1.1.0-pre5 1,660 2/27/2017
1.1.0-pre4 1,345 2/15/2017
1.1.0-pre2 1,562 1/19/2017
1.1.0-pre1 1,490 1/17/2017
1.0.1 2,241 10/18/2016
1.0.0 1,715 10/13/2016
1.0.0-pre1 1,696 9/23/2016

v2.0.0-pre1
-Adds PopupPageNavigationService
-Marks `PopupGoBackAsync` and `PushPopupAsync` extension methods as obsolete in favor of directly using the `INavigationService.GoBackAsync` & `INavigationService.NavigateAsync` methods
-Adds Registration extension for all DI Containers with overload so that users can add custom logic to the `PopupPageNavigationService`
v1.1.0
-Adds support for Prism.Forms IDestructible
-Adds support for new INavigationAware paradigm with `INavigatingAware` and `INavigatedAware`
-Breaking Change: Removes Non-Async version of ClearPopupStack
-Ensures OnNavigatingTo will fire on the 'Current Page' of any `NavigationPage`, `MasterDetailPage`, or `TabbedPage`
-Ensures OnNavigatingFrom will be called when pushing a PopupPage
v1.0.1:
- Fixes issue where the appropriate ViewModel was not being loaded
- Adds overload to PushPopupAsync to directly add a single navigation parameter
v1.0.0:
- Initial Prerelease Package