Toasts.Forms.Plugin
3.3.2
.NET Standard 1.1
Install-Package Toasts.Forms.Plugin -Version 3.3.2
dotnet add package Toasts.Forms.Plugin --version 3.3.2
<PackageReference Include="Toasts.Forms.Plugin" Version="3.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Toasts.Forms.Plugin --version 3.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Toasts.Forms.Plugin, 3.3.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Toasts.Forms.Plugin as a Cake Addin
#addin nuget:?package=Toasts.Forms.Plugin&version=3.3.2
// Install Toasts.Forms.Plugin as a Cake Tool
#tool nuget:?package=Toasts.Forms.Plugin&version=3.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Display toast notifications on Xamarin and Windows Platforms.
Ensure you call ToastNotification.Init(); and register the dependency in each project. DependencyService.Register<ToastNotification>();
Read the full documentation on the projects page.
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 |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
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.
-
.NETStandard 1.1
- No dependencies.
-
MonoAndroid 1.0
- Xamarin.Android.Support.v7.AppCompat (= 23.3.0)
-
MonoAndroid 7.0
- Xamarin.Android.Support.v7.AppCompat (>= 23.3.0)
-
UAP 10.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.2 | 380,248 | 3/4/2018 |
3.3.1 | 10,893 | 1/14/2018 |
3.3.0 | 9,395 | 12/6/2017 |
3.3.0-pre1 | 808 | 11/25/2017 |
3.2.1 | 27,117 | 9/6/2017 |
3.2.0 | 20,675 | 4/15/2017 |
3.2.0-beta1 | 939 | 3/12/2017 |
3.1.4 | 7,334 | 2/11/2017 |
3.1.2 | 14,293 | 12/7/2016 |
3.1.1 | 2,125 | 11/11/2016 |
3.1.0 | 2,256 | 9/30/2016 |
3.0.0 | 5,198 | 9/26/2016 |
3.0.0-beta2 | 888 | 9/24/2016 |
3.0.0-beta1 | 1,623 | 9/23/2016 |
2.0.4 | 142,482 | 6/4/2016 |
2.0.3 | 11,782 | 1/30/2016 |
2.0.2 | 1,096 | 1/30/2016 |
2.0.1 | 1,044 | 1/27/2016 |
2.0.0 | 2,153 | 1/24/2016 |
2.0.0-pre2 | 1,024 | 1/23/2016 |
2.0.0-pre1 | 1,020 | 1/17/2016 |
1.0.9.21 | 3,138 | 12/12/2015 |
1.0.8.20 | 1,106 | 12/12/2015 |
1.0.7.19-pre1 | 1,119 | 3/15/2015 |
1.0.6.18 | 6,200 | 3/15/2015 |
1.0.5.17 | 980 | 3/5/2015 |
1.0.4.16 | 1,305 | 2/20/2015 |
1.0.3.15 | 1,174 | 2/19/2015 |
1.0.3.14-pre1 | 929 | 2/10/2015 |
1.0.2.14 | 1,079 | 2/10/2015 |
1.0.2.13 | 1,026 | 2/10/2015 |
1.0.1.12 | 993 | 2/9/2015 |
1.0.1.11 | 890 | 2/7/2015 |
1.0.0.10 | 880 | 2/7/2015 |
1.0.0.9 | 877 | 2/6/2015 |
1.0.0.8 | 879 | 2/6/2015 |
1.0.0.7 | 998 | 1/30/2015 |
1.0.0.6 | 927 | 1/30/2015 |
1.0.0.5 | 1,404 | 1/4/2015 |
1.0.0.4 | 1,166 | 1/4/2015 |
- Bug fix: Ensure ChannelId is set
- Bug fix: ConcurrentDictionaries to avoid multi-threading issues