Found 30 packages
Xamarin.Essentials: a kit of essential API's for your apps
This package adds support for reading SVG files into SkiaSharp.
This package adds many additional features and utilities for use with SkiaSharp.
This package adds additional SkiaSharp controls to .NET MAUI.
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Handle multi language support across Xamarin Forms, Xamarin.iOS , Xamarin.Android, Xamarin.Mac, tvOS, watchOS and UWP
A simple way to draw a string that contains icons inline with normal characters.
This package adds additional SkiaSharp controls to Xamarin.Forms.
The Font Awesome font for SkiaSharp.Extended.Iconify.
Upload files using multipart request across Xamarin.iOS, Xamarin.Android, UWP, Xamarin.Mac, tvOS and watchOS
An MSBuild SDK package for SDK-style .NET projects that has additional targets and properties which extends `Microsoft.NET.Sdk`.
Cross-platform Bluetooth Low Energy library, based on Plugin.BLE, for Xamarin.iOS, Xamarin.Android, Mac, UWP(Preview), .Net Core 3.x, Net5.x and .Net Framework 4.6.1+(Preview - Windows 10 only - WPF and Windows.Forms), TVOS(Preview) and WatchOS(Preview), Tizen(coming soon)
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Provides Observable-based events API for Xamarin Native Platforms including Android, iOS, Mac, TVOS, WatchOS, Tizen, and UWP
The Material Icons font for SkiaSharp.Extended.Iconify.
The Material Design Icons font for SkiaSharp.Extended.Iconify.
Plugin that makes it easy to handle all sorts of settings, more precisely, values of any type that is accessed through a key. This plugin was inspired by another similar component written by James Montemagno, but I used a different approach to data handling and usage. This plugin uses the native settings storage, which means all settings are persisted across app updates, saved natively, and on some platforms synchronized between devices. - Android: SharedPreferences - Apple: NSUserDefaults - UWP: ApplicationDataContainer - .NET / .NET Core 2: UserStore -> IsolatedStorageFile The main plugin class (Plugin.pbXSettings.Settings) is fully ready for use in any binding systems because implements interface INotifyPropertyChanged. Can also be used as a regular collection, that is, it can be enumerated :) The class uses .NET DataContractSerializer for saving and restoring keys and values, which means you can put and retrieve practically any valid .NET object as long as it meets the requirements of this serialization technolgy.