Acr.XamForms.UserDialogs 3.0.1

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

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

This plugin for Xamarin.Forms contains several useful dialogs that you can call from your ViewModels
- ActionSheet
- Alert
- Confirm
- Prompt
- Login
- Toast
- Loading
- Deterministic Progress

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
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

3.0.1
Update to Xamarin.Forms 1.3.2

3.0
Tasks are now part of the interface again for easier mocking
FIX: iOS7 dismiss and button index
FIX: Android login password display
Update BTProgressHUD 1.15
Update to iOS unified
Update to Xamarin Forms 1.3.1

2.1.2
FIX: iOS8 iPad actionsheet

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