AiForms.Dialogs
1.0.7
See the version list below for details.
dotnet add package AiForms.Dialogs --version 1.0.7
NuGet\Install-Package AiForms.Dialogs -Version 1.0.7
<PackageReference Include="AiForms.Dialogs" Version="1.0.7" />
paket add AiForms.Dialogs --version 1.0.7
#r "nuget: AiForms.Dialogs, 1.0.7"
// Install AiForms.Dialogs as a Cake Addin
#addin nuget:?package=AiForms.Dialogs&version=1.0.7
// Install AiForms.Dialogs as a Cake Tool
#tool nuget:?package=AiForms.Dialogs&version=1.0.7
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 |
-
.NETStandard 2.0
- Xamarin.Forms (>= 3.0.0.482510)
-
MonoAndroid 0.0
- Xamarin.Forms (>= 3.0.0.482510)
-
MonoTouch 0.0
- Xamarin.Forms (>= 3.0.0.482510)
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,557 | 4/8/2022 |
1.0.14 | 4,780 | 1/3/2022 |
1.0.13 | 1,319 | 11/4/2021 |
1.0.12 | 20,836 | 5/26/2021 |
1.0.11 | 313 | 5/17/2021 |
1.0.10 | 31,903 | 10/6/2020 |
1.0.9 | 708 | 9/30/2020 |
1.0.8 | 1,705 | 8/11/2020 |
1.0.7 | 4,230 | 6/21/2020 |
1.0.3 | 25,071 | 6/6/2020 |
1.0.2 | 515 | 6/4/2020 |
1.0.1 | 8,496 | 12/26/2019 |
0.5.2-pre | 5,484 | 7/30/2019 |
0.5.1-pre | 379 | 7/26/2019 |
0.4.18-pre | 370 | 7/25/2019 |
0.4.16-pre | 661 | 5/13/2019 |
0.3.2-pre | 1,228 | 10/25/2018 |
0.3.1-pre | 585 | 10/17/2018 |
## Bug fixes
* [Dialog][Android] On the devices which have the notch, the dialog location is not correct.
## Changes
* [All] If a ViewModel is specified to null, View's BindingContext is not now overwritten.
* [Dialog][Android] Nested dialogs are now supported. #8