Prism.Plugin.Popups.Unity
1.1.0-pre5
The container specific package for the Popups Plugin should not be used. You should use Prism.Plugin.Popups instead.
See the version list below for details.
dotnet add package Prism.Plugin.Popups.Unity --version 1.1.0-pre5
NuGet\Install-Package Prism.Plugin.Popups.Unity -Version 1.1.0-pre5
<PackageReference Include="Prism.Plugin.Popups.Unity" Version="1.1.0-pre5" />
paket add Prism.Plugin.Popups.Unity --version 1.1.0-pre5
#r "nuget: Prism.Plugin.Popups.Unity, 1.1.0-pre5"
// Install Prism.Plugin.Popups.Unity as a Cake Addin #addin nuget:?package=Prism.Plugin.Popups.Unity&version=1.1.0-pre5&prerelease // Install Prism.Plugin.Popups.Unity as a Cake Tool #tool nuget:?package=Prism.Plugin.Popups.Unity&version=1.1.0-pre5&prerelease
Prism Unity Plugin for Xamarin Forms to provide Popup Navigation
Learn more about Target Frameworks and .NET Standard.
-
- Prism.Unity.Forms (>= 6.3.0-pre2)
- Rg.Plugins.Popup (>= 1.0.3)
- Xamarin.Forms (>= 2.3.3.193)
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,792,700 | 10/16/2018 | |
2.1.0.182-pre | 1,202 | 9/23/2018 | |
2.0.0.528-pre | 1,780 | 4/2/2018 | |
2.0.0-pre6 | 1,612 | 3/12/2018 | |
2.0.0-pre4 | 2,024 | 1/5/2018 | |
2.0.0-pre3 | 3,011 | 9/22/2017 | |
2.0.0-pre2 | 1,631 | 8/2/2017 | |
2.0.0-pre1 | 5,235 | 3/28/2017 | |
1.1.0 | 6,866 | 3/26/2017 | |
1.1.0-pre5 | 1,713 | 2/27/2017 | |
1.1.0-pre4 | 1,389 | 2/15/2017 | |
1.1.0-pre2 | 1,616 | 1/19/2017 | |
1.1.0-pre1 | 1,546 | 1/17/2017 | |
1.0.1 | 2,304 | 10/18/2016 | |
1.0.0 | 1,778 | 10/13/2016 | |
1.0.0-pre1 | 1,751 | 9/23/2016 |
v1.1.0-pre5
-Updates to Prism.Forms 6.3.0-pre2
-Fixes issue where IDestructible.Destroy was being called on non-PopupPages
-Updates INavigationAware to INavigatingAware & INavigatedAware
v1.1.0-pre4
-Fixes infinite loop
v1.1.0-pre3
-Fixes issue where the Filter Page function ends up in an infinite loop resulting in a hang during navigation. Navigation should now get the Current Page of any NavigationPage, MasterDetailPage, or TabbedPage.
v1.1.0-pre2
-Fixes issue where OnNavigatingTo could be called on a parent page. Will now call the Detail page of a MasterDetailPage or CurrentPage for a NavigationPage or any MultiPage<>. Will continue evaluating the current page until a page type is recieved that does not possess Child Pages.
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