From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- Crashes Happen. Let's Make Them Happen Less.
Michal Pobuta shares a practical .NET MAUI stability playbook focused on reducing crashes, ANRs, and repeat regressions. You’ll get a step-by-step approach for observability, triage, safer fixes, and long-term prevention.
Read more - I Built a CLI Tool to Switch .NET MAUI Versions Instantly
Switching between stable, nightly, and PR .NET MAUI builds can slow down testing and troubleshooting. Gerald introduces a CLI workflow that makes version switching a single command so you can validate fixes faster.
Read more - PolyPilot: Mission Control for GitHub Copilot Coding Agents
Gerald Versluis
Shane Neuville Explore how a .NET MAUI Blazer Hybrid app manages multiple AI sessions for accelerated development workflows. See firsthand how to leverage a multi-agent system for PR reviews and repository management.
Read more - The complete guide to Native Sdk Bindings in .NET MAUI
Hassan delivers a hands on, production focused guide to binding native iOS and Android SDKs for use in .NET MAUI apps. It is a practical walkthrough of the real challenges, tools, and patterns that help you turn platform specific libraries into a clean cross platform C# experience.
Read more - MAUI Material Design Controls
Agustina introduces Maui.MaterialDesignControls, Horus Studios open-source UI toolkit built to help .NET MAUI teams create consistent, production-ready interfaces with less boilerplate. The post highlights the library’s evolution, real-world benefits, and new .NET 10 support to help you decide if it belongs in your next app.
Read more - Why Your .NET MAUI Layout Breaks Across Devices and How to Fix It
This Syncfusion blog explains why .NET MAUI layouts often break across devices and how adopting a layout-first mindset fixes most issues. You’ll learn practical rules and container patterns that help your UI scale cleanly from phones to desktops.
Read more - Shiny Sqlitedocumentdb
Allan Ritchie introduces Shiny.SqliteDocumentDb, a lightweight SQLite-backed document store designed to simplify working with nested data in .NET and .NET MAUI apps. The post explains how its LINQ-powered JSON querying, AOT friendliness, and strong performance make it an appealing alternative to traditional SQLite patterns.
Read more - MauiReactor v4: MVU Library for .NET MAUI
Adolfo Marinucci has released MauiReactor v4, the MVU library built on top of .NET MAUI for writing component-based apps in pure C#. This update adds .NET 10 support and practical improvements that make the development loop faster and cleaner.
Read more - Easily Use Icon Fonts in .NET MAUI with IconFont.Maui
Gerald Versluis introduces IconFont.Maui, a source-generator-powered approach that turns raw icon font glyphs into strongly typed constants for .NET MAUI. The post shows how this removes fragile Unicode copy-paste workflows and makes icon usage clearer, safer, and easier to maintain.
Read more - Master .NET MAUI Shell Navigation: Manual Routing, Hierarchical Paths & Menu Customization - Part 5
Hector Perez Rojas shows how to move beyond default Shell behavior and design explicit navigation routes for larger .NET MAUI apps. You’ll see how manual routing, hierarchical paths, and customized menu items can make navigation clearer, safer, and easier to evolve.
Read more - MAUI Lib - ZebraScannerSDK.Maui!
Johan Svensson introduces an enhanced .NET MAUI wrapper for the Zebra Scanner SDK that targets Android and iOS scenarios beyond Zebra hardware. He outlines why the library still matters, plus setup improvements such as DI registration, NuGet packaging, and sample app guidance.
Read more - XAML Source-Generation in .NET MAUI makes your app so much better
Daniel Hindrikes breaks down what XAML Source Generation is in .NET 10, how it works, and why it can improve performance, reliability, and your overall development experience.
Read more - MauiDevFlow - Agentic Dev Loop Assists for .NET MAUI Apps
Jonathan Dick's repository for automating build-debug-inspect loops in MAUI apps with CLI and agent tooling.
Read more - Terminal, AppleTV, MacOS, & Linux for .NET MAUI (yes really... with some Essentials too)
Gone DotNet
Allan Ritchie
Jonathan Dick Jon and Allan demo experimental .NET MAUI platform targets including terminal UI, Apple TV, macOS AppKit, and Linux GTK. You’ll see how these community backends are wired up and where Essentials-style APIs can still fit into real app workflows.
Read more - Maui.TUI - Terminal UI Framework for .NET MAUI
A GitHub project exploring terminal-style user interfaces and tooling ideas in the MAUI ecosystem.
Read more