AathifMahir.Maui.MauiIcons.Material 1.2.0-pre

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of AathifMahir.Maui.MauiIcons.Material.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AathifMahir.Maui.MauiIcons.Material --version 1.2.0-pre
NuGet\Install-Package AathifMahir.Maui.MauiIcons.Material -Version 1.2.0-pre
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AathifMahir.Maui.MauiIcons.Material" Version="1.2.0-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AathifMahir.Maui.MauiIcons.Material --version 1.2.0-pre
#r "nuget: AathifMahir.Maui.MauiIcons.Material, 1.2.0-pre"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AathifMahir.Maui.MauiIcons.Material as a Cake Addin
#addin nuget:?package=AathifMahir.Maui.MauiIcons.Material&version=1.2.0-pre&prerelease

// Install AathifMahir.Maui.MauiIcons.Material as a Cake Tool
#tool nuget:?package=AathifMahir.Maui.MauiIcons.Material&version=1.2.0-pre&prerelease

.Net Maui Icons

.Net Maui Icons - Material is a Lightweight Library That Resolves Icons or Font Icon Management on .Net Maui by Providing Controls with Complete Material Icon Collection Built into Library.

Get Started

In order to use the .NET MAUI Icons - Material you need to call the extension method in your MauiProgram.cs file as follows:

using MauiIcons.Material;

public static class MauiProgram
{
	public static MauiApp CreateMauiApp()
	{
		var builder = MauiApp.CreateBuilder();
		
		// Initialise the .Net Maui Icons - Material
		builder.UseMauiApp<App>().UseMaterialMauiIcons();
	}
}

XAML usage

In order to make use of the .Net Maui Icons - Material within XAML you can use this namespace:

xmlns:material="clr-namespace:MauiIcons.Material;assembly=MauiIcons.Material"

Maui Icons Built in Custom Control Usage:
<material:MauiIcon Icon="Accounts"/>

Image Extension Usage
<Image Aspect="Center" Source="{material:Icon Icon=Accounts}"/>

License

MauiIcons.Material MauiIcons.Material is Licensed Under MIT License.

Material Design Icons Material Design Icons is Licensed Under Apache License 2.0.

Product Compatible and additional computed target framework versions.
.NET net6.0-android31.0 is compatible.  net6.0-ios16.1 is compatible.  net6.0-maccatalyst16.1 is compatible.  net6.0-windows10.0.19041 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst16.1 is compatible.  net7.0-windows was computed.  net7.0-windows10.0.19041 is compatible.  net8.0-android was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AathifMahir.Maui.MauiIcons.Material:

Package Downloads
ExtendedMauiControls

A powerful toolkit designed to extend simple controls and effortlessly create sophisticated, custom UI elements.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 258 5/11/2024
2.2.5 244 5/6/2024
2.2.0-pre 73 5/4/2024
2.1.5 1,006 4/1/2024
2.1.2 638 3/17/2024
2.1.1 832 2/1/2024
2.1.0 888 12/23/2023
2.0.0 1,404 11/17/2023
2.0.0-rc1.1 61 11/14/2023
1.2.1 1,878 8/15/2023
1.2.0 876 7/1/2023
1.2.0-pre 630 6/29/2023
1.1.5 655 6/17/2023
1.1.1 580 6/3/2023
1.1.0 763 3/10/2023
1.1.0-pre1 491 3/3/2023
1.0.1 751 12/7/2022
1.0.0 770 11/19/2022
0.2.0-pre2 494 11/8/2022
0.2.0-pre1 525 11/7/2022
0.1.1 782 11/8/2022
0.1.0 759 11/7/2022
0.1.0-pre9 550 11/4/2022
0.1.0-pre7 495 11/1/2022
0.1.0-pre6 553 10/31/2022

v1.2.0-pre
• Added Variant Support Base Control and Extension
• Material Icon Variant Support eg: Round, Outline, TwoTone

v1.1.5
• Added Icon Unicode Support for Icon Extension
• Added Direct Content Support
• Minor Enhancements and Fixes

v1.1.1
• Minor Enhancements and Fixes

v1.1.0
• Dotnet 7 Support
• Minor Enhancements and Fixes

v1.0.1
• Fixed Missing Cast

v1.0.0
• First Milestone Build and Production App Ready

v0.2.0-pre2
• Ported Critical Fix from Stable Build

v0.2.0-pre1
• Minor Enhancements and Fixes

v0.1.0
• First Stable Build
• Added New Attributes to Icon Extension
• Improvements to Documentation