AathifMahir.Maui.MauiIcons.FluentFilled
1.0.1-preview1
Prefix Reserved
See the version list below for details.
dotnet add package AathifMahir.Maui.MauiIcons.FluentFilled --version 1.0.1-preview1
NuGet\Install-Package AathifMahir.Maui.MauiIcons.FluentFilled -Version 1.0.1-preview1
<PackageReference Include="AathifMahir.Maui.MauiIcons.FluentFilled" Version="1.0.1-preview1" />
paket add AathifMahir.Maui.MauiIcons.FluentFilled --version 1.0.1-preview1
#r "nuget: AathifMahir.Maui.MauiIcons.FluentFilled, 1.0.1-preview1"
// Install AathifMahir.Maui.MauiIcons.FluentFilled as a Cake Addin #addin nuget:?package=AathifMahir.Maui.MauiIcons.FluentFilled&version=1.0.1-preview1&prerelease // Install AathifMahir.Maui.MauiIcons.FluentFilled as a Cake Tool #tool nuget:?package=AathifMahir.Maui.MauiIcons.FluentFilled&version=1.0.1-preview1&prerelease
.Net Maui Icons
.Net Maui Icons - Fluent Filled 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 Filled you need to call the extension method in your MauiProgram.cs
file as follows:
using MauiIcons.FluentFilled;
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
// Initialise the .Net Maui Icons - Fluent Filled
builder.UseMauiApp<App>().UseFluentFilledMauiIcons();
}
}
XAML usage
In order to make use of the .Net Maui Icons - Fluent Filled within XAML you can use this namespace:
xmlns:fluentFilled="clr-namespace:MauiIcons.FluentFilled;assembly=MauiIcons.FluentFilled"
Maui Icons Built in Custom Control Usage:
<fluentFilled:MauiIcon Icon="Accounts"/>
Image Extension Usage
<Image Aspect="Center" Source="{fluentFilled:Icon Icon=Accounts}"/>
License
MauiIcons.FluentFilled MauiIcons.FluentFilled 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 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. net6.0-ios was computed. net6.0-ios16.1 is compatible. net6.0-maccatalyst was computed. net6.0-maccatalyst16.1 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 (>= 1.0.1)
-
net6.0-android31.0
- AathifMahir.Maui.MauiIcons.Core (>= 1.0.1)
-
net6.0-ios16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.0.1)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.0.1)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- AathifMahir.Maui.MauiIcons.Core (>= 1.0.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 | |
---|---|---|---|
2.0.0-rc1.1 | 229 | 11/14/2023 | |
1.2.0 | 291 | 7/1/2023 | |
1.1.5 | 194 | 6/17/2023 | |
1.1.1 | 191 | 6/3/2023 | |
1.1.0 | 270 | 3/10/2023 | |
1.1.0-pre1 | 140 | 3/3/2023 | |
1.0.1 | 340 | 1/11/2023 | |
1.0.1-preview1 | 190 | 1/9/2023 |
v1.1.0-preview
• Added Fluent Filled Icons
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