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" />
paket add Toasts.Forms.Plugin --version 3.0.0-beta1
#r "nuget: Toasts.Forms.Plugin, 3.0.0-beta1"
// Install Toasts.Forms.Plugin as a Cake Addin
#addin nuget:?package=Toasts.Forms.Plugin&version=3.0.0-beta1&prerelease
// Install Toasts.Forms.Plugin as a Cake Tool
#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 | 438,589 | 3/4/2018 |
3.3.1 | 11,142 | 1/14/2018 |
3.3.0 | 9,683 | 12/6/2017 |
3.3.0-pre1 | 875 | 11/25/2017 |
3.2.1 | 27,555 | 9/6/2017 |
3.2.0 | 21,290 | 4/15/2017 |
3.2.0-beta1 | 1,022 | 3/12/2017 |
3.1.4 | 7,763 | 2/11/2017 |
3.1.2 | 14,472 | 12/7/2016 |
3.1.1 | 2,286 | 11/11/2016 |
3.1.0 | 2,423 | 9/30/2016 |
3.0.0 | 5,379 | 9/26/2016 |
3.0.0-beta2 | 976 | 9/24/2016 |
3.0.0-beta1 | 1,711 | 9/23/2016 |
2.0.4 | 145,250 | 6/4/2016 |
2.0.3 | 12,409 | 1/30/2016 |
2.0.2 | 1,284 | 1/30/2016 |
2.0.1 | 1,230 | 1/27/2016 |
2.0.0 | 2,871 | 1/24/2016 |
2.0.0-pre2 | 1,116 | 1/23/2016 |
2.0.0-pre1 | 1,104 | 1/17/2016 |
1.0.9.21 | 3,348 | 12/12/2015 |
1.0.8.20 | 1,307 | 12/12/2015 |
1.0.7.19-pre1 | 1,181 | 3/15/2015 |
1.0.6.18 | 6,365 | 3/15/2015 |
1.0.5.17 | 1,130 | 3/5/2015 |
1.0.4.16 | 1,466 | 2/20/2015 |
1.0.3.15 | 1,325 | 2/19/2015 |
1.0.3.14-pre1 | 991 | 2/10/2015 |
1.0.2.14 | 1,241 | 2/10/2015 |
1.0.2.13 | 1,198 | 2/10/2015 |
1.0.1.12 | 1,166 | 2/9/2015 |
1.0.1.11 | 1,066 | 2/7/2015 |
1.0.0.10 | 1,028 | 2/7/2015 |
1.0.0.9 | 1,031 | 2/6/2015 |
1.0.0.8 | 1,033 | 2/6/2015 |
1.0.0.7 | 1,158 | 1/30/2015 |
1.0.0.6 | 1,096 | 1/30/2015 |
1.0.0.5 | 1,572 | 1/4/2015 |
1.0.0.4 | 1,316 | 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