FreakyControls 0.4.7
See the version list below for details.
dotnet add package FreakyControls --version 0.4.7
NuGet\Install-Package FreakyControls -Version 0.4.7
<PackageReference Include="FreakyControls" Version="0.4.7" />
<PackageVersion Include="FreakyControls" Version="0.4.7" />
<PackageReference Include="FreakyControls" />
paket add FreakyControls --version 0.4.7
#r "nuget: FreakyControls, 0.4.7"
#addin nuget:?package=FreakyControls&version=0.4.7
#tool nuget:?package=FreakyControls&version=0.4.7
Installation
Add our NuGet package or
Run the following command to add our Nuget to your .Net MAUI app:
Install-Package FreakyControls -Version xx.xx.xx
Add the following using statement and Initialization in your MauiProgram:
using MAUI.FreakyControls.Extensions; namespace Samples;
public static class MauiProgram { public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp<App>() .ConfigureFonts(fonts ⇒ { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); }); //Takes one argument if you would like to init Skiasharp through FreakyControls or not. (Used for RadioButton, Checkbox & SVGImageView) builder.InitializeFreakyControls(); return builder.Build(); } }
Now you can use the controls in your app.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net7.0-ios16.1 is compatible. net7.0-maccatalyst16.1 is compatible. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net9.0-android was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. |
-
net7.0-android33.0
- SkiaSharp.Svg (>= 1.60.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.6)
-
net7.0-ios16.1
- SkiaSharp.Svg (>= 1.60.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.6)
-
net7.0-maccatalyst16.1
- SkiaSharp.Svg (>= 1.60.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FreakyControls:
Repository | Stars |
---|---|
FreakyAli/Maui.FreakyEffects
FreakyEffects is an effects kit for .NET MAUI which provides a set of effects and utilities to build modern mobile apps.
|
Version | Downloads | Last updated |
---|---|---|
0.5.5 | 60 | 4/25/2025 |
0.5.5-pre | 56 | 4/25/2025 |
0.5.2-pre | 166 | 4/16/2025 |
0.5.1 | 1,061 | 12/15/2024 |
0.5.1-pre | 90 | 12/15/2024 |
0.5.0 | 1,855 | 10/5/2024 |
0.5.0-pre | 235 | 6/12/2024 |
0.4.12 | 1,599 | 5/31/2024 |
0.4.12-pre | 219 | 5/24/2024 |
0.4.11 | 953 | 5/10/2024 |
0.4.10 | 1,022 | 2/25/2024 |
0.4.10-pre | 126 | 2/10/2024 |
0.4.9 | 582 | 12/30/2023 |
0.4.9-pre | 302 | 11/18/2023 |
0.4.8 | 997 | 11/11/2023 |
0.4.8-pre | 144 | 10/29/2023 |
0.4.7 | 2,118 | 10/7/2023 |
0.4.7-pre | 110 | 10/4/2023 |
0.4.6-pre | 117 | 10/1/2023 |
0.4.5 | 215 | 9/23/2023 |
0.4.5-pre | 145 | 9/8/2023 |
0.4.4 | 246 | 8/20/2023 |
0.4.4-pre | 216 | 7/16/2023 |
0.4.3 | 1,170 | 4/18/2023 |
0.4.3-pre | 223 | 2/25/2023 |
0.4.2 | 679 | 1/14/2023 |
0.4.2-pre | 189 | 12/31/2022 |
0.4.1 | 392 | 11/25/2022 |
0.4.1-pre | 158 | 11/20/2022 |
0.4.0-pre | 162 | 11/17/2022 |
0.3.0 | 689 | 10/13/2022 |
0.2.0 | 423 | 9/30/2022 |
0.1.0 | 433 | 9/11/2022 |
FreakyCodeView and FreakyPinCodeView are here!