Toasts.Forms.Plugin
3.0.0
See the version list below for details.
Requires NuGet 3.1 or higher.
dotnet add package Toasts.Forms.Plugin --version 3.0.0
NuGet\Install-Package Toasts.Forms.Plugin -Version 3.0.0
<PackageReference Include="Toasts.Forms.Plugin" Version="3.0.0" />
<PackageVersion Include="Toasts.Forms.Plugin" Version="3.0.0" />
<PackageReference Include="Toasts.Forms.Plugin" />
paket add Toasts.Forms.Plugin --version 3.0.0
#r "nuget: Toasts.Forms.Plugin, 3.0.0"
#:package Toasts.Forms.Plugin@3.0.0
#addin nuget:?package=Toasts.Forms.Plugin&version=3.0.0
#tool nuget:?package=Toasts.Forms.Plugin&version=3.0.0
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 Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has 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 | 540,545 | 3/4/2018 |
3.3.1 | 18,322 | 1/14/2018 |
3.3.0 | 11,619 | 12/6/2017 |
3.3.0-pre1 | 2,553 | 11/25/2017 |
3.2.1 | 29,569 | 9/6/2017 |
3.2.0 | 23,839 | 4/15/2017 |
3.2.0-beta1 | 2,896 | 3/12/2017 |
3.1.4 | 10,043 | 2/11/2017 |
3.1.2 | 16,316 | 12/7/2016 |
3.1.1 | 4,053 | 11/11/2016 |
3.1.0 | 4,188 | 9/30/2016 |
3.0.0 | 7,271 | 9/26/2016 |
3.0.0-beta2 | 2,786 | 9/24/2016 |
3.0.0-beta1 | 3,571 | 9/23/2016 |
2.0.4 | 156,078 | 6/4/2016 |
2.0.3 | 15,255 | 1/30/2016 |
2.0.2 | 3,226 | 1/30/2016 |
2.0.1 | 3,022 | 1/27/2016 |
2.0.0 | 5,414 | 1/24/2016 |
2.0.0-pre2 | 2,934 | 1/23/2016 |
2.0.0-pre1 | 2,944 | 1/17/2016 |
1.0.9.21 | 5,498 | 12/12/2015 |
1.0.8.20 | 3,201 | 12/12/2015 |
1.0.7.19-pre1 | 2,777 | 3/15/2015 |
1.0.6.18 | 8,074 | 3/15/2015 |
1.0.5.17 | 2,815 | 3/5/2015 |
1.0.4.16 | 3,133 | 2/20/2015 |
1.0.3.15 | 2,993 | 2/19/2015 |
1.0.3.14-pre1 | 2,609 | 2/10/2015 |
1.0.2.14 | 2,922 | 2/10/2015 |
1.0.2.13 | 2,876 | 2/10/2015 |
1.0.1.12 | 2,819 | 2/9/2015 |
1.0.1.11 | 2,732 | 2/7/2015 |
1.0.0.10 | 2,725 | 2/7/2015 |
1.0.0.9 | 2,714 | 2/6/2015 |
1.0.0.8 | 2,665 | 2/6/2015 |
1.0.0.7 | 2,844 | 1/30/2015 |
1.0.0.6 | 2,738 | 1/30/2015 |
1.0.0.5 | 3,254 | 1/4/2015 |
1.0.0.4 | 3,037 | 1/4/2015 |
**Breaking Changes**
Please read Project Site for latest API or https://xamarinhelp.com/toast-notifications-xamarin-forms/
[3.0.0] - Stable Release of rewritten Toast Plugin
- Android now uses Snackbar pre-Lollipop or Notification.Builder (or manually choose).
- UWP uses ToastNotification
- iOS uses UNNotificationRequest