AathifMahir.Maui.MauiIcons.Material
0.1.0-pre7
Prefix Reserved
See the version list below for details.
dotnet add package AathifMahir.Maui.MauiIcons.Material --version 0.1.0-pre7
NuGet\Install-Package AathifMahir.Maui.MauiIcons.Material -Version 0.1.0-pre7
<PackageReference Include="AathifMahir.Maui.MauiIcons.Material" Version="0.1.0-pre7" />
paket add AathifMahir.Maui.MauiIcons.Material --version 0.1.0-pre7
#r "nuget: AathifMahir.Maui.MauiIcons.Material, 0.1.0-pre7"
// Install AathifMahir.Maui.MauiIcons.Material as a Cake Addin #addin nuget:?package=AathifMahir.Maui.MauiIcons.Material&version=0.1.0-pre7&prerelease // Install AathifMahir.Maui.MauiIcons.Material as a Cake Tool #tool nuget:?package=AathifMahir.Maui.MauiIcons.Material&version=0.1.0-pre7&prerelease
.Net Maui Icons
.Net Maui Icons - Material is a Library to Resoves 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"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. net6.0-ios was computed. net6.0-ios16.0 is compatible. net6.0-maccatalyst was computed. net6.0-maccatalyst15.4 is compatible. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows10.0.19041 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- AathifMahir.Maui.MauiIcons.Core (>= 0.1.0-pre7)
-
net6.0-android31.0
- AathifMahir.Maui.MauiIcons.Core (>= 0.1.0-pre7)
-
net6.0-ios16.0
- AathifMahir.Maui.MauiIcons.Core (>= 0.1.0-pre7)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst15.4
- AathifMahir.Maui.MauiIcons.Core (>= 0.1.0-pre7)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- AathifMahir.Maui.MauiIcons.Core (>= 0.1.0-pre7)
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 (1)
Showing the top 1 popular GitHub repositories that depend on AathifMahir.Maui.MauiIcons.Material:
Repository | Stars |
---|---|
securefolderfs-community/SecureFolderFS
Powerful, secure, modern way to keep your files protected.
|
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0 | 775 | 10/17/2024 | |
3.0.0 | 5,233 | 5/11/2024 | |
2.2.5 | 318 | 5/6/2024 | |
2.2.0-pre | 106 | 5/4/2024 | |
2.1.5 | 2,856 | 4/1/2024 | |
2.1.2 | 704 | 3/17/2024 | |
2.1.1 | 935 | 2/1/2024 | |
2.1.0 | 948 | 12/23/2023 | |
2.0.0 | 1,645 | 11/17/2023 | |
2.0.0-rc1.1 | 83 | 11/14/2023 | |
1.2.1 | 2,729 | 8/15/2023 | |
1.2.0 | 915 | 7/1/2023 | |
1.2.0-pre | 672 | 6/29/2023 | |
1.1.5 | 681 | 6/17/2023 | |
1.1.1 | 609 | 6/3/2023 | |
1.1.0 | 787 | 3/10/2023 | |
1.1.0-pre1 | 520 | 3/3/2023 | |
1.0.1 | 785 | 12/7/2022 | |
1.0.0 | 807 | 11/19/2022 | |
0.2.0-pre2 | 518 | 11/8/2022 | |
0.2.0-pre1 | 556 | 11/7/2022 | |
0.1.1 | 828 | 11/8/2022 | |
0.1.0 | 786 | 11/7/2022 | |
0.1.0-pre9 | 576 | 11/4/2022 | |
0.1.0-pre7 | 518 | 11/1/2022 | |
0.1.0-pre6 | 580 | 10/31/2022 |
Bug Fixes