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 thanks to the RealtimeBlurView from Tu Yimin (mmin18). ## 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
Jan 5, 2024
Latest stable version

Install

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

Frameworks

net7.0 net7.0-android33.0 net7.0-ios16.1 net7.0-maccatalyst16.1 net7.0-windows10.0.19041

Dependencies

[1.0.2, )
Sharpnado.TaskMonitor
net7.0-android33.0
[1.0.2, )
[1.0.2, )
Sharpnado.TaskMonitor
net7.0-maccatalyst16.1
[1.0.2, )
Sharpnado.TaskMonitor
net7.0-windows10.0.19041
[1.0.2, )

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.