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

Total Downloads
462.8K
462,822
Published
Feb 9, 2021
Latest stable version

Install

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

Frameworks

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

Dependencies

Xamarin.Forms
.NETStandard2.0
[3.6.0.220655, )
Xamarin.Forms
Xamarin.iOS1.0
[3.6.0.220655, )
Xamarin.Forms
MonoAndroid1.0
[3.6.0.220655, )
Xamarin.Forms
UAP10.0.16299
[3.6.0.220655, )
Microsoft.UI.Xaml
UAP10.0.16299
[2.1.190606001, )
Xamarin.Forms
MonoAndroid10.0
[3.6.0.220655, )
[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.

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.