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

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

Prism DryIoc 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

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
2.1.0.228 2,525 10/16/2018
2.1.0.182-pre 708 9/23/2018
2.0.0.528-pre 1,132 4/2/2018
2.0.0-pre6 993 3/12/2018
2.0.0-pre4 1,043 1/5/2018
2.0.0-pre3 1,674 9/22/2017
2.0.0-pre2 973 8/2/2017
2.0.0-pre1 1,055 3/28/2017
1.1.0 3,948 3/26/2017
1.1.0-pre5 1,095 2/27/2017
1.1.0-pre4 892 2/15/2017
1.1.0-pre2 888 1/19/2017
1.1.0-pre1 902 1/17/2017
1.0.1 1,150 10/18/2016
1.0.0 1,043 10/13/2016
1.0.0-pre1 1,205 9/23/2016

v1.1.0-pre1
-Updates to Prism Forms 6.3.0-pre1
-Adds support for IDestructible
-Deprecates ClearPopupStack in favor of Async Naming convention
-Adds single Navigation Parameter overload for ClearPopupStackAsync and GoBackAsync matching PushPopupAsync
-Fixes OnNavigatedFrom never called when Pushing new Popup Page
-Adds support for OnNavigatingTo
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