Acr.MvvmCross.Plugins.UserDialogs 2.3.0

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

// Install Acr.MvvmCross.Plugins.UserDialogs as a Cake Tool
#tool nuget:?package=Acr.MvvmCross.Plugins.UserDialogs&version=2.3.0

Alert, Confirm, Prompt, Toast, Action Sheet, Login, Loading, and Progress Dialogs calls for your core PCL MvvmCross library (iOS, Android, and WP8)

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.0 239 5/7/2015
2.4.0 903 1/18/2015
2.3.0 503 11/29/2014
2.2.0 665 11/7/2014
2.1.1 229 10/13/2014
2.1.0 292 9/25/2014
2.0.1 312 9/10/2014
2.0.0 559 7/19/2014
1.1.3 362 6/8/2014
1.1.2 115 5/26/2014
1.1.1 185 5/6/2014
1.1.0 235 4/16/2014
1.0.0 104 2/24/2014

2.3
Update BTProgressHUD
Fix issue with actionsheet being dismissed without index in iOS7
Bring async methods into abstract class for easier mocking
Use dismissed event on iOS7 actionsheet, instead of clicked

2.2
Update to profile259
BTProgressHUD Update
Fix android issues with password autocompletes


2.1.1
Fix for iPad/iOS 8

2.1
* BREAKING - this changes the profile from 158 to 78 to support MvvmCross 3.2.1
* NEW - Login dialog on all platforms
Use AlertController on iOS8
Update to latest BTProgressHUD

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

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

1.1.3
Nuspec fix

1.1.2
Fix issue with nullreferenceexception in fluent actionsheet member

1.1.1
Minor Bugfixes to WinPhone dispatching
Additional overrides for actionsheet to prepare for future updates
Switching to profile 158
Fix nuget issue with winphone

1.1
Adds Windows Phone 8 Support

1.0
Initial Release