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 | 554,856 | 3/4/2018 |
| 3.3.1 | 19,024 | 1/14/2018 |
| 3.3.0 | 12,276 | 12/6/2017 |
| 3.3.0-pre1 | 2,893 | 11/25/2017 |
| 3.2.1 | 31,266 | 9/6/2017 |
| 3.2.0 | 24,342 | 4/15/2017 |
| 3.2.0-beta1 | 3,341 | 3/12/2017 |
| 3.1.4 | 10,500 | 2/11/2017 |
| 3.1.2 | 16,736 | 12/7/2016 |
| 3.1.1 | 4,371 | 11/11/2016 |
| 3.1.0 | 4,523 | 9/30/2016 |
| 3.0.0 | 8,054 | 9/26/2016 |
| 3.0.0-beta2 | 3,196 | 9/24/2016 |
| 3.0.0-beta1 | 3,993 | 9/23/2016 |
| 2.0.4 | 159,617 | 6/4/2016 |
| 2.0.3 | 15,695 | 1/30/2016 |
| 2.0.2 | 3,659 | 1/30/2016 |
| 2.0.1 | 3,384 | 1/27/2016 |
| 2.0.0 | 5,838 | 1/24/2016 |
| 2.0.0-pre2 | 3,347 | 1/23/2016 |
**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