Acr.UserDialogs 3.0.4

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

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

Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code
- Action Sheet (multiple choice menu)
- Alert
- Confirm
- Loading
- Login
- Progress
- Prompt
- Toast

To initialize:
iOS AppDelegate: UserDialogs.Init();
WinPhone8: MainPage or App, UserDialogs.Init();
Android (API 14+): UserDialogs.Init(Activity) or UserDialogs.Init(Factory Function)

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 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.
  • WindowsPhone 8.0

GitHub repositories (22)

Showing the top 5 popular GitHub repositories that depend on Acr.UserDialogs:

Repository Stars
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
cocoa-mhlw/cocoa
dotnet-bluetooth-le/dotnet-bluetooth-le
Bluetooth LE plugin for Xamarin/MAUI, supporting Android, iOS, Mac, Windows
kwsch/PKHeX.Mobile
Pokémon save editor for Android and iOS!
Version Downloads Last updated
3.3.3 877 5/5/2015
3.3.2 507 4/30/2015
3.3.1 289 4/27/2015
3.3.0 237 4/22/2015
3.2.0 535 4/8/2015
3.1.0 395 3/25/2015
3.0.5 268 3/19/2015
3.0.4 393 2/26/2015
3.0.3 215 2/18/2015
3.0.2 169 2/16/2015
3.0.1 115 2/12/2015
3.0.0 123 2/11/2015

3.0.4
Several fixes for winphone.  Unfortunately, placeholders will be removed for now.
Fix blank message in iOS8 actionsheet

3.0.3
Calling Init will throw an error if already initialized
Add additional keyboard types for prompt (Name, Phone, Url)

3.0.2
Remove network activity dialog.  Too many issues with Android

3.0.1
Add ability to remove cancel from prompt
Add ability to have existing text in prompt
Fix iOS7 actionsheet

3.0
Bait and switch design
Add destructive and cancel buttons to actionsheets