Skip to main content
Sharpnado.MaterialFrame.Maui package icon

Sharpnado.MaterialFrame.Maui

The MAUI MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented with StackBlur algorithm - a pure C# implementation that works on all Android versions including 15+ with 16KB page size. ## Installation * In Core project, in `MauiProgram.cs`: ```csharp public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .UseSharpnadoMaterialFrame(loggerEnabled: false); } ```

Total Downloads
155.7K
155,659
Published
Oct 25, 2025
Latest stable version

Install

.NET CLI
dotnet add package Sharpnado.MaterialFrame.Maui --version 3.0.2
Package Manager Console
Install-Package Sharpnado.MaterialFrame.Maui -Version 3.0.2
PackageReference
<PackageReference Include="Sharpnado.MaterialFrame.Maui" Version="3.0.2" />

Frameworks

net9.0 net9.0-android35.0 net9.0-ios18.0 net9.0-maccatalyst18.0 net9.0-windows10.0.19041

Dependencies

[9.0.82, )
[1.1.0, )
Microsoft.Maui.Controls
net9.0-android35.0
[9.0.82, )
Sharpnado.TaskMonitor
net9.0-android35.0
[1.1.0, )
[9.0.82, )
[1.1.0, )
Microsoft.Maui.Controls
net9.0-maccatalyst18.0
[9.0.82, )
Sharpnado.TaskMonitor
net9.0-maccatalyst18.0
[1.1.0, )
Microsoft.Maui.Controls
net9.0-windows10.0.19041
[9.0.82, )
Sharpnado.TaskMonitor
net9.0-windows10.0.19041
[1.1.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.