Toasts.Forms.Plugin
2.0.1
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package Toasts.Forms.Plugin --version 2.0.1
NuGet\Install-Package Toasts.Forms.Plugin -Version 2.0.1
<PackageReference Include="Toasts.Forms.Plugin" Version="2.0.1" />
paket add Toasts.Forms.Plugin --version 2.0.1
#r "nuget: Toasts.Forms.Plugin, 2.0.1"
// Install Toasts.Forms.Plugin as a Cake Addin #addin nuget:?package=Toasts.Forms.Plugin&version=2.0.1 // Install Toasts.Forms.Plugin as a Cake Tool #tool nuget:?package=Toasts.Forms.Plugin&version=2.0.1
Xamarin.Forms plugin to display toast notifications. Supports Xamarin and Windows Platforms.
Ensure you call ToastNotificatorImplementation.Init(); and register the dependency in each project. DependencyService.Register<ToastNotificatorImplementation>();
Read the full documenation on the projects page.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 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 | 517,032 | 3/4/2018 |
3.3.1 | 15,786 | 1/14/2018 |
3.3.0 | 11,223 | 12/6/2017 |
3.3.0-pre1 | 2,265 | 11/25/2017 |
3.2.1 | 29,222 | 9/6/2017 |
3.2.0 | 23,483 | 4/15/2017 |
3.2.0-beta1 | 2,512 | 3/12/2017 |
3.1.4 | 9,575 | 2/11/2017 |
3.1.2 | 15,985 | 12/7/2016 |
3.1.1 | 3,755 | 11/11/2016 |
3.1.0 | 3,888 | 9/30/2016 |
3.0.0 | 6,900 | 9/26/2016 |
3.0.0-beta2 | 2,399 | 9/24/2016 |
3.0.0-beta1 | 3,173 | 9/23/2016 |
2.0.4 | 151,896 | 6/4/2016 |
2.0.3 | 14,825 | 1/30/2016 |
2.0.2 | 2,802 | 1/30/2016 |
2.0.1 | 2,708 | 1/27/2016 |
2.0.0 | 4,719 | 1/24/2016 |
2.0.0-pre2 | 2,552 | 1/23/2016 |
2.0.0-pre1 | 2,542 | 1/17/2016 |
1.0.9.21 | 4,871 | 12/12/2015 |
1.0.8.20 | 2,803 | 12/12/2015 |
1.0.7.19-pre1 | 2,564 | 3/15/2015 |
1.0.6.18 | 7,852 | 3/15/2015 |
1.0.5.17 | 2,605 | 3/5/2015 |
1.0.4.16 | 2,902 | 2/20/2015 |
1.0.3.15 | 2,778 | 2/19/2015 |
1.0.3.14-pre1 | 2,384 | 2/10/2015 |
1.0.2.14 | 2,704 | 2/10/2015 |
1.0.2.13 | 2,655 | 2/10/2015 |
1.0.1.12 | 2,601 | 2/9/2015 |
1.0.1.11 | 2,506 | 2/7/2015 |
1.0.0.10 | 2,499 | 2/7/2015 |
1.0.0.9 | 2,497 | 2/6/2015 |
1.0.0.8 | 2,455 | 2/6/2015 |
1.0.0.7 | 2,620 | 1/30/2015 |
1.0.0.6 | 2,521 | 1/30/2015 |
1.0.0.5 | 3,038 | 1/4/2015 |
1.0.0.4 | 2,819 | 1/4/2015 |
[2.0.0]
[2.0.0-pre2]
-iOS BundleResource Image Fix
-2 line support on Toast in ARM64 iOS
[2.0.0-pre1]
-Support for WinRT added
-Breaking changes:
--New namespace - Plugin.Settings