Acr.XamForms.UserDialogs 2.1.1

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

// Install Acr.XamForms.UserDialogs as a Cake Tool
#tool nuget:?package=Acr.XamForms.UserDialogs&version=2.1.1

Alert, Confirm, Prompt, Toast, Action Sheet, Login, Loading, and Progress Dialogs calls for Xamarin Forms

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.4 1,775 3/13/2015
3.0.3 667 2/18/2015
3.0.2 255 2/13/2015
3.0.1 359 2/6/2015
3.0.0 857 1/13/2015
2.1.2 1,336 10/13/2014
2.1.1 298 10/4/2014
2.0.2 487 9/10/2014
2.0.1 402 8/28/2014
2.0.0 555 7/18/2014
1.0.0 231 6/25/2014

2.1.1
Update to XF 1.2.3

2.1.0
* NEW * Login Dialog on all platforms
iOS8 now uses UIAlertController

2.0.2
Fix null reference with action sheet and back button on WP8
Fix scrolling issue with action sheet in WP8

2.0.1
Updating to latest stable Xamarin.Forms release

2.0
Create better method structure on main class
WP dialogs are now driven by WP Toolkit
NEW - Secure text prompt

1.0
Initial Release