AiForms.Dialogs 1.0.3

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

// Install AiForms.Dialogs as a Cake Tool
#tool nuget:?package=AiForms.Dialogs&version=1.0.3

This is a collection of Custom Dialogs (Loading, Toast, CustomDialog) that can be defined with XAML for Xamarin.Forms (Android / iOS). This allows you to freely design the dialog content and arrange anywhere without custom renderer and effects.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AiForms.Dialogs:

Package Downloads
protons_nav

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.16 5,626 4/8/2022
1.0.14 4,800 1/3/2022
1.0.13 1,319 11/4/2021
1.0.12 20,967 5/26/2021
1.0.11 313 5/17/2021
1.0.10 31,978 10/6/2020
1.0.9 711 9/30/2020
1.0.8 1,709 8/11/2020
1.0.7 4,234 6/21/2020
1.0.3 25,073 6/6/2020
1.0.2 518 6/4/2020
1.0.1 8,503 12/26/2019
0.5.2-pre 5,484 7/30/2019
0.5.1-pre 379 7/26/2019
0.4.18-pre 372 7/25/2019
0.4.16-pre 664 5/13/2019
0.3.2-pre 1,252 10/25/2018
0.3.1-pre 588 10/17/2018

## Changes

* [All] If a ViewModel is specified to null, View's BindingContext is not now overwritten.
* [Dialog][Android] Nested dialogs are now supported. #8