SQuan.Helpers.Maui
Overview
SQuan.Helpers.Maui is a collection of reusable utilities designed to simplify .NET MAUI development. It provides a variety of components, behaviours, converters, markup extensions, and extension methods that help reduce boilerplate code and make it easier to build modern, maintainable MAUI applications.
The library focuses on common development scenarios and developer productivity, offering lightweight building blocks that can be used independently or together. Whether you're creating custom UI components, simplifying data binding, enhancing XAML, or adding reusable behaviours, SQuan.Helpers.Maui helps streamline the development experience and allow you to focus on building your application rather than reinventing common patterns.
Add NuGet package
Use the NuGet Package Manager in Visual Studio to install the SQuan.Helpers.Maui package:
- Select Project > Manage NuGet Packages
- On the NuGet Package Manager page, next to Package source, select nuget.org
- Go to the Browse tab and search for SQuan.Helpers.Maui. In the list, select SQuan.Helpers.Maui, and then select Install.
C# Namespace
XAML Namespace
Classes
| Name | Description |
|---|---|
| AspectView | Keeps content scaled to a fixed aspect ratio. |