Prism.Plugin.Popups.Ninject 1.1.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Prism.Plugin.Popups.Ninject --version 1.1.0
NuGet\Install-Package Prism.Plugin.Popups.Ninject -Version 1.1.0
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.Ninject" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Prism.Plugin.Popups.Ninject --version 1.1.0
#r "nuget: Prism.Plugin.Popups.Ninject, 1.1.0"
#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.Ninject as a Cake Addin
#addin nuget:?package=Prism.Plugin.Popups.Ninject&version=1.1.0

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

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

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