Prism.Plugin.Popups.Unity by Dan Siegel

<PackageReference Include="Prism.Plugin.Popups.Unity" Version="1.0.0-pre1" />

 Prism.Plugin.Popups.Unity 1.0.0-pre1

Prism Unity Plugin for Xamarin Forms to provide Popup Navigation

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Prism.Plugin.Popups.Unity</id>
    <version>1.0.0-pre1</version>
    <authors>Dan Siegel</authors>
    <owners>Dan Siegel</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/dansiegel/Prism.Plugin.Popups/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/dansiegel/Prism.Plugin.Popups</projectUrl>
    <description>Prism Unity Plugin for Xamarin Forms to provide Popup Navigation</description>
    <summary>Provides extensions to the Navigation Service to allow Prism Navigation for Popup Pages</summary>
    <releaseNotes>Initial Prerelease Package</releaseNotes>
    <tags>prism,popups,xamarin forms</tags>
    <dependencies>
      <dependency id="Prism.Unity.Forms" version="6.2.0" />
      <dependency id="Rg.Plugins.Popup" version="0.0.17" />
    </dependencies>
  </metadata>
</package>