I need to use toasts on Xamarin.Forms. I found Toasts.Forms.Plugin but its not for WP8.1
I was facing a lot of performance issues on WinPhone8 so I created WP8.1 project.
What do I need to do to make it work on WP8.1? Can someone help me figure out the changes I need to do?
Edit: I get the following error when I'm adding the Toasts.Forms.Plugin
package
install-package : Could not install package 'Toasts.Forms.Plugin 1.0.6.18'. You are trying to install this package into a project that
targets 'WindowsPhoneApp,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with
that framework. For more information, contact the package author.
At line:1 char:1
+ install-package Toasts.Forms.Plugin
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand