PluginsForXamarin
NuGet publisher profile
Packages (12)
Plugin.Permissions
Check to see if your users have granted or denied permissions for common permission groups on iOS and Android. Additionally, you can request permissions with a simple cross-platform async/awaitified API.
Xam.Plugin.Media
Take or pick photos and videos from a cross platform API.
Plugin.CurrentActivity
Provides a simple solution for getting access to the current Activity of the application when developing a Plugin for Xamarin. This will lay down a base "application" class for developers in their Android application with boilerplate code to get them started.
Xam.Plugin.Connectivity
Get network connectivity information such as network type, speeds, and if connection is available. Additional functionality includes the ability to ping a specific host and port number. Ensure you have proper permissions set by reading the README.
Xam.Plugins.Settings
Settings Plugin .NET 6, .NET MAUI, Xamarin and Windows provides a consistent, cross platform settings/preferences plugin. This makes it easier to create cross-platform .NET apps and have cross platform settings. Manage and use all settings from one PCL/NetStandard library and save natively on each platform. **This plugin stores settings natively on each platform and does NOT save them to Json. This allows you to use native functionality such as PreferenceActivity on Android. Support for: Int, Int64, Double, String, DateTime, Bool, Float, Decimal, Guid You can always serialize and deserialize a string out if needed.**
Xam.Plugin.Geolocator
Easly access geolocation across Xamarin.iOS, Xamarin.Android, and Windows.
Xam.Plugin.DeviceInfo
Receive information about the device that you are using. Properties such as Model, Operating System, Version, Id, and even the ability to generate a unique Id for your application based off of these properties.
Xam.Plugins.TextToSpeech
Xamarin and Windows plugin to perform text to speech functionality. Adjustable pitch, speak rate, locale, and more.
Plugin.Share
Share Plugin for Xamarin and Windows to share text, link, copy text to clipboard, or open a browser.
Xam.Plugin.ExternalMaps
Open external maps to navigate to a specific geolocation or address. Option to launch with navigation option on iOS as well.
Xam.Plugins.Vibrate
Xamarin and Windows plugin to vibrate your devices. Read the full documenation on the projects page.
Xam.Plugin.Battery
Subscribe to battery change notifications across iOS, Android, and Windows from a single API. Ability to gather current battery level, charging status, and charging type.