AathifMahir.Maui.MauiIcons.Cupertino
1.2.0
Prefix Reserved
See the version list below for details.
dotnet add package AathifMahir.Maui.MauiIcons.Cupertino --version 1.2.0
NuGet\Install-Package AathifMahir.Maui.MauiIcons.Cupertino -Version 1.2.0
<PackageReference Include="AathifMahir.Maui.MauiIcons.Cupertino" Version="1.2.0" />
paket add AathifMahir.Maui.MauiIcons.Cupertino --version 1.2.0
#r "nuget: AathifMahir.Maui.MauiIcons.Cupertino, 1.2.0"
// Install AathifMahir.Maui.MauiIcons.Cupertino as a Cake Addin #addin nuget:?package=AathifMahir.Maui.MauiIcons.Cupertino&version=1.2.0 // Install AathifMahir.Maui.MauiIcons.Cupertino as a Cake Tool #tool nuget:?package=AathifMahir.Maui.MauiIcons.Cupertino&version=1.2.0
.Net Maui Icons
.Net Maui Icons - Cupertino is a Lightweight Icon Library That Resolves Icons or Font Icon Management on .Net Maui by Providing Controls with Complete Open Source Version of FrameWork 7 IOS Icon Collection Built into Library.
Get Started
In order to use the .Net Maui Icons - Cupertino you need to call the extension method in your MauiProgram.cs
file as follows:
using MauiIcons.Cupertino;
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
// Initialise the .Net Maui Icons - Cupertino
builder.UseMauiApp<App>().UseCupertinoMauiIcons();
}
}
XAML usage
In order to make use of the .Net Maui Icons - Cupertino within XAML you can use this namespace:
xmlns:cupertino="clr-namespace:MauiIcons.Cupertino;assembly=MauiIcons.Cupertino"
Maui Icons Built in Custom Control Usage:
<cupertino:MauiIcon Icon="Accounts"/>
Image Extension Usage:
<Image Aspect="Center" Source="{cupertino:Icon Icon=Accounts}"/>
License
MauiIcons.Cupertino MauiIcons.Cupertino is Licensed Under MIT License.
Cupertino Icons Cupertino 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.2.0)
-
net6.0-ios16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
-
net7.0-android33.0
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
-
net7.0-ios16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
-
net7.0-maccatalyst16.1
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
-
net7.0-windows10.0.19041
- AathifMahir.Maui.MauiIcons.Core (>= 1.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AathifMahir.Maui.MauiIcons.Cupertino:
Repository | Stars |
---|---|
securefolderfs-community/SecureFolderFS
Powerful, secure, modern way to keep your files protected.
|
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0 | 173 | 10/17/2024 | |
3.0.0 | 665 | 5/11/2024 | |
2.2.5 | 160 | 5/6/2024 | |
2.2.0-pre | 109 | 5/4/2024 | |
2.1.5 | 199 | 4/1/2024 | |
2.1.2 | 159 | 3/17/2024 | |
2.1.1 | 279 | 2/1/2024 | |
2.1.0 | 269 | 12/23/2023 | |
2.0.0 | 218 | 11/17/2023 | |
2.0.0-rc1.1 | 76 | 11/14/2023 | |
1.2.1 | 2,072 | 8/15/2023 | |
1.2.0 | 182 | 7/1/2023 | |
1.1.6 | 161 | 6/22/2023 |
v1.2.0
• Added Variant Support Base Control and Extension
• New and Improved Icon Control
v1.1.6
• Cupertino Icon Support