Toasts.Forms.Plugin
3.0.0-beta1
See the version list below for details.
Requires NuGet 3.1 or higher.
dotnet add package Toasts.Forms.Plugin --version 3.0.0-beta1
NuGet\Install-Package Toasts.Forms.Plugin -Version 3.0.0-beta1
<PackageReference Include="Toasts.Forms.Plugin" Version="3.0.0-beta1" />
<PackageVersion Include="Toasts.Forms.Plugin" Version="3.0.0-beta1" />
<PackageReference Include="Toasts.Forms.Plugin" />
paket add Toasts.Forms.Plugin --version 3.0.0-beta1
#r "nuget: Toasts.Forms.Plugin, 3.0.0-beta1"
#:package Toasts.Forms.Plugin@3.0.0-beta1
#addin nuget:?package=Toasts.Forms.Plugin&version=3.0.0-beta1&prerelease
#tool nuget:?package=Toasts.Forms.Plugin&version=3.0.0-beta1&prerelease
Xamarin.Forms plugin to display toast notifications. Supports Xamarin and Windows Platforms.
Ensure you call ToastNotification.Init(); and register the dependency in each project. DependencyService.Register<ToastNotification>();
Read the full documenation 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 | 547,322 | 3/4/2018 |
| 3.3.1 | 18,898 | 1/14/2018 |
| 3.3.0 | 11,942 | 12/6/2017 |
| 3.3.0-pre1 | 2,766 | 11/25/2017 |
| 3.2.1 | 30,166 | 9/6/2017 |
| 3.2.0 | 24,099 | 4/15/2017 |
| 3.2.0-beta1 | 3,184 | 3/12/2017 |
| 3.1.4 | 10,303 | 2/11/2017 |
| 3.1.2 | 16,535 | 12/7/2016 |
| 3.1.1 | 4,255 | 11/11/2016 |
| 3.1.0 | 4,390 | 9/30/2016 |
| 3.0.0 | 7,623 | 9/26/2016 |
| 3.0.0-beta2 | 3,037 | 9/24/2016 |
| 3.0.0-beta1 | 3,831 | 9/23/2016 |
| 2.0.4 | 158,246 | 6/4/2016 |
| 2.0.3 | 15,524 | 1/30/2016 |
| 2.0.2 | 3,500 | 1/30/2016 |
| 2.0.1 | 3,238 | 1/27/2016 |
| 2.0.0 | 5,659 | 1/24/2016 |
| 2.0.0-pre2 | 3,193 | 1/23/2016 |
| 2.0.0-pre1 | 3,206 | 1/17/2016 |
| 1.0.9.21 | 5,871 | 12/12/2015 |
| 1.0.8.20 | 3,465 | 12/12/2015 |
| 1.0.7.19-pre1 | 2,931 | 3/15/2015 |
| 1.0.6.18 | 8,252 | 3/15/2015 |
| 1.0.5.17 | 2,981 | 3/5/2015 |
| 1.0.4.16 | 3,288 | 2/20/2015 |
| 1.0.3.15 | 3,163 | 2/19/2015 |
| 1.0.3.14-pre1 | 2,763 | 2/10/2015 |
| 1.0.2.14 | 3,085 | 2/10/2015 |
| 1.0.2.13 | 3,040 | 2/10/2015 |
| 1.0.1.12 | 2,980 | 2/9/2015 |
| 1.0.1.11 | 2,905 | 2/7/2015 |
| 1.0.0.10 | 2,886 | 2/7/2015 |
| 1.0.0.9 | 2,886 | 2/6/2015 |
| 1.0.0.8 | 2,825 | 2/6/2015 |
| 1.0.0.7 | 3,005 | 1/30/2015 |
| 1.0.0.6 | 2,899 | 1/30/2015 |
| 1.0.0.5 | 3,410 | 1/4/2015 |
| 1.0.0.4 | 3,195 | 1/4/2015 |
**Breaking Changes**
Please read https://xamarinhelp.com/toast-notifications-xamarin-forms/ for what has changed.
[3.0.0-beta1]
- iOS now uses UNUserNotificationCenter
- WinRT/UWP now uses ToastNotificationManager
- Android now uses Snackbar