Top 20 NuGet uwp Packages

A simple image button for Xamarin.Forms. Has an image and a label and rounded corners. Allows placing the label to the left/right or on top/bottom of the image. The button is highly styleable - check out the samples and the demo gif. Currently supports iOS, macOS, Android, UWP and...
Auto DependencyProperty in UWP with Fody.
Utilities to save you some time when using MVVM pattern.
Easily add icon fonts to your Xamarin.Forms applications!
MvvmLib Core Commands: DelegateCommand, AsyncCommand and CompositeCommand Task Extensions: for Async with void method Mvvm: BindableBase, ValidatableBindableBase and ModelWrapper EventAggregator : allows to subscribe, publish and filter messages
TextBlock with SyntaxHighlighting for UWP
Custom calendar control for Xamarin.Forms. Customizable border thickness, color, background colors and formats. Version 1.0.8 or lower Built against: 2.1.0.6521 Version 1.1.0 or above Built against: 2.3.4.231
.NET Interop interface declarations and wrapper classes for UWP APIs that have an Interop interface. These interfaces are declared in include files in the Windows 10 SDK folder (eg: Windows Kits\10\Include\10.0.18362.0\um\*interop.h). Commonly used interop apis include: - IUserConsentVerifierIntero...
Famework for information systems for UWP
Porting to .NETStandard. A server-side library for sending Push Notifications to iOS/OSX (APNS), Android/Chrome (GCM), Windows Phone/Windows (WNS), Amazon (ADM), Blackberry and Firefox OS
Add Validatable objects that leverage FluentValidation to your ViewModels for easy binding and validation in a .NET MVVM app!
Display toast notifications on Xamarin and Windows Platforms. Ensure you call ToastNotification.Init(); and register the dependency in each project. DependencyService.Register<ToastNotification>(); Read the full documentation on the projects page.
Akinator API written for UWP .Net Core
A server-side library for sending Push Notifications to iOS/OSX (APNS), Android/Chrome (GCM), Windows Phone/Windows (WNS), Amazon (ADM), Blackberry and Firefox OS. In this fork: fix System.ArgumentException in ApnsConnection.Send() (concurrent access issue)