24 packages tagged with “watchos”
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 Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
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.
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.
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)
The Material Icons font for SkiaSharp.Extended.Iconify.
The Material Design Icons font for SkiaSharp.Extended.Iconify.
The Ionicons font for SkiaSharp.Extended.Iconify.
The Typicons font for SkiaSharp.Extended.Iconify.
The Simple Line Icons font for SkiaSharp.Extended.Iconify.
The Meteocons font for SkiaSharp.Extended.Iconify.
The Weather 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.
This package adds additional controls to SkiaSharp.Views.Forms.
A service-orientated wrapper library for the Xamarin.Essential cross-platform APIs
Xamarin.Essentials fork, with support for Android 14, solving a connectivity issue: https://github.com/xamarin/Essentials/pull/2132