Skip to main content
Sharpnado.MaterialFrame package icon

Sharpnado.MaterialFrame

The Xamarin.Forms 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). Mandatory initialization on iOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.iOS.iOSMaterialFrameRenderer.Init(); Mandatory initialization on macOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.macOS.macOSMaterialFrameRenderer.Init(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);

Total Downloads
462.8K
462,803
Published
Jan 18, 2022
Latest stable version

Install

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

Frameworks

.NETStandard2.0 Xamarin.iOS1.0 Xamarin.Mac0.0 UAP10.0.16299 MonoAndroid10.0

Dependencies

Xamarin.Forms
.NETStandard2.0
[4.5.0.356, )
Xamarin.Forms
Xamarin.iOS1.0
[4.5.0.356, )
Xamarin.Forms
Xamarin.Mac0.0
[4.5.0.356, )
Xamarin.Forms
UAP10.0.16299
[4.5.0.356, )
Microsoft.UI.Xaml
UAP10.0.16299
[2.3.191211002, )
Xamarin.Forms
MonoAndroid10.0
[4.5.0.356, )
[1.0.0, )
[1.0.0, )
[2.1.0, )
[1.1.0, )
[1.0.0, )

Adoption guide

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

NuGet marks this package as deprecated and points to Sharpnado.MaterialFrame.Maui as an alternative.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

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.