Skip to content

SQuan.Helpers

SQuan.Helpers is a collection of open source libraries that I build and maintain for .NET and .NET MAUI developers. These projects began as solutions to challenges I encountered in my own work, but have since evolved into reusable tools that help simplify application development, improve developer productivity, and reduce boilerplate code.

The collection spans a variety of areas including UI development, localization, MVVM productivity, and spatial data support for SQLite. While each library serves a different purpose, they share a common goal: providing practical, lightweight, and developer-friendly solutions that make it easier to build robust applications.

  • SQuan.Helpers.Maui - Collection of components, behaviours, converters, markup extensions, and utilities for .NET MAUI.
  • SQuan.Helpers.Maui.Localization - Flexible localization framework for managing cultures, translations, and runtime language switching in .NET MAUI applications.
  • SQuan.Helpers.Maui.Mvvm - MVVM-focused source generators and productivity features that reduce boilerplate when building .NET MAUI applications.
  • SQuan.Helpers.SQLite.Spatial - Spatial extensions and utilities that simplify working with geometric and spatial data in SQLite databases.