AathifMahir.Maui.MauiIcons.Fluent
1.1.1
Prefix Reserved
See the version list below for details.
dotnet add package AathifMahir.Maui.MauiIcons.Fluent --version 1.1.1
NuGet\Install-Package AathifMahir.Maui.MauiIcons.Fluent -Version 1.1.1
<PackageReference Include="AathifMahir.Maui.MauiIcons.Fluent" Version="1.1.1" />
paket add AathifMahir.Maui.MauiIcons.Fluent --version 1.1.1
#r "nuget: AathifMahir.Maui.MauiIcons.Fluent, 1.1.1"
// Install AathifMahir.Maui.MauiIcons.Fluent as a Cake Addin #addin nuget:?package=AathifMahir.Maui.MauiIcons.Fluent&version=1.1.1 // Install AathifMahir.Maui.MauiIcons.Fluent as a Cake Tool #tool nuget:?package=AathifMahir.Maui.MauiIcons.Fluent&version=1.1.1
.Net Maui Icons
.Net Maui Icons - Fluent is a Lightweight Icon Library That Resolves Icons or Font Icon Management on .Net Maui by Providing Controls with Complete Microsoft OpenSource Fluent Icon Collection Built into Library.
Get Started
In order to use the .Net Maui Icons - Fluent you need to call the extension method in your MauiProgram.cs
file as follows:
using MauiIcons.Fluent;
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
// Initialise the .Net Maui Icons - Fluent
builder.UseMauiApp<App>().UseFluentMauiIcons();
}
}
XAML usage
In order to make use of the .Net Maui Icons - Fluent within XAML you can use this namespace:
xmlns:fluent="clr-namespace:MauiIcons.Fluent;assembly=MauiIcons.Fluent"
Maui Icons Built in Custom Control Usage:
<fluent:MauiIcon Icon="Accounts"/>
Image Extension Usage:
<Image Aspect="Center" Source="{fluent:Icon Icon=Accounts}"/>
License
MauiIcons.Fluent MauiIcons.Fluent is Licensed Under MIT License.
Fluent UI System Icons Fluent UI System Icons is Licensed Under MIT License.
Product | Versions 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. |
-
net6.0-android31.0
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
-
net6.0-ios16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
-
net7.0-android33.0
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
-
net7.0-ios16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
-
net7.0-maccatalyst16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
-
net7.0-windows10.0.19041
- AathifMahir.Maui.MauiIcons.Core (>= 1.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0 | 179 | 10/17/2024 | |
3.0.0 | 1,400 | 5/11/2024 | |
2.2.5 | 256 | 5/6/2024 | |
2.2.0-pre | 123 | 5/4/2024 | |
2.1.5 | 493 | 4/1/2024 | |
2.1.2 | 968 | 3/17/2024 | |
2.1.1 | 635 | 2/1/2024 | |
2.1.0 | 606 | 12/23/2023 | |
2.0.0 | 520 | 11/17/2023 | |
2.0.0-rc1.1 | 74 | 11/14/2023 | |
1.2.1 | 2,006 | 8/15/2023 | |
1.2.0 | 253 | 7/1/2023 | |
1.1.5 | 263 | 6/17/2023 | |
1.1.1 | 208 | 6/3/2023 | |
1.1.0 | 582 | 3/10/2023 | |
1.1.0-pre1 | 139 | 3/3/2023 | |
1.0.1 | 484 | 12/7/2022 | |
1.0.0 | 362 | 11/19/2022 | |
0.2.0-pre2 | 147 | 11/8/2022 | |
0.2.0-pre1 | 154 | 11/7/2022 | |
0.1.1 | 349 | 11/8/2022 | |
0.1.0 | 362 | 11/7/2022 | |
0.1.0-pre9 | 155 | 11/4/2022 | |
0.1.0-pre7 | 171 | 11/1/2022 | |
0.1.0-pre6 | 142 | 10/31/2022 | |
0.1.0-pre5 | 158 | 10/31/2022 |
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
• Breaking Changes: MauiIcons.Fluent is Replaced by MauiIcons.SegoeFluent
You'll need to download the MauiIcons.SegoeFluent Package using the below link for Continueing to use Windows Fluent Icons
AathifMahir.Maui.MauiIcons.SegoeFluent
v0.2.0-pre2
• Ported Critical Fix from Stable Build
v0.2.0-pre1
• Breaking Changes: MauiIcons.Fluent is Switched to MauiIcons.SegoeFluent
You'll need to download the MauiIcons.SegoeFluent Package to using the below link use the Old Fluent Icon Package
AathifMahir.Maui.MauiIcons.SegoeFluent
• Add New Icon Collection for New Fluent Package
v0.1.0
• First Stable Build
• Added New Attributes to Icon Extension
• Improvements to Documentation