FreakyControls 0.4.9-pre

This is a prerelease version of FreakyControls.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FreakyControls --version 0.4.9-pre                
NuGet\Install-Package FreakyControls -Version 0.4.9-pre                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FreakyControls" Version="0.4.9-pre" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FreakyControls --version 0.4.9-pre                
#r "nuget: FreakyControls, 0.4.9-pre"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FreakyControls as a Cake Addin
#addin nuget:?package=FreakyControls&version=0.4.9-pre&prerelease

// Install FreakyControls as a Cake Tool
#tool nuget:?package=FreakyControls&version=0.4.9-pre&prerelease                

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 Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios17.0 is compatible.  net8.0-maccatalyst17.0 is compatible.  net8.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.5.0-pre 143 6/12/2024
0.4.12 1,117 5/31/2024
0.4.12-pre 143 5/24/2024
0.4.11 657 5/10/2024
0.4.10 762 2/25/2024
0.4.10-pre 102 2/10/2024
0.4.9 545 12/30/2023
0.4.9-pre 291 11/18/2023
0.4.8 921 11/11/2023
0.4.8-pre 136 10/29/2023
0.4.7 1,995 10/7/2023
0.4.7-pre 100 10/4/2023
0.4.6-pre 105 10/1/2023
0.4.5 200 9/23/2023
0.4.5-pre 132 9/8/2023
0.4.4 224 8/20/2023
0.4.4-pre 205 7/16/2023
0.4.3 1,132 4/18/2023
0.4.3-pre 206 2/25/2023
0.4.2 652 1/14/2023
0.4.2-pre 172 12/31/2022
0.4.1 370 11/25/2022
0.4.1-pre 138 11/20/2022
0.4.0-pre 143 11/17/2022
0.3.0 657 10/13/2022
0.2.0 396 9/30/2022
0.1.0 404 9/11/2022

.NET 8 Support for your favourite Freaky Controls!!!