.NET MAUI Open Source Free UI Toolkit - Uranium
Some friends have been asking in the WeChat public account comments to share .NET MAUI UI frameworks. Today, Da Yao shares an open-source, free .NET MAUI UI toolkit: Uranium.
Some friends have been asking in the WeChat public account comments to share .NET MAUI UI frameworks. Today, Da Yao shares an open-source, free .NET MAUI UI toolkit: Uranium.
Over the years, XAML-based UI frameworks have evolved significantly. These frameworks mainly include: Avalonia UI, Uno Platform, and .NET MAUI for cross-platform applications. If Microsoft had introduced a cross-platform UI framework like Flutter earlier, we might not have so many choices.
If you are now starting to learn and use MAUI for desktop development, you will inevitably encounter the following issues and want to find ways to solve them.
Here is a summary of the pitfalls the author encountered while developing MAUI applications, along with some notes.
Here are the pitfalls the author encountered while developing MAUI applications, and a collection of notes.
Since the interface in Maui Blazor is rendered by WebView, it cannot access the Android camera directly because the native camera requires binding to UI components.
In MAUI Blazor, external files cannot be directly read and displayed, but they can be displayed via base64. However, because base64 is too long, it may cause interface lag...
Use FigmaSharp.Maui.Graphics to convert Figma designs to .NET MAUI Graphics code.
Not just for MAUI, this article is very practical.
What is .NET MAUI?