![]() |
VOOZH | about |
dotnet add package FreakyControls --version 0.7.0
NuGet\Install-Package FreakyControls -Version 0.7.0
<PackageReference Include="FreakyControls" Version="0.7.0" />
<PackageVersion Include="FreakyControls" Version="0.7.0" />Directory.Packages.props
<PackageReference Include="FreakyControls" />Project file
paket add FreakyControls --version 0.7.0
#r "nuget: FreakyControls, 0.7.0"
#:package FreakyControls@0.7.0
#addin nuget:?package=FreakyControls&version=0.7.0Install as a Cake Addin
#tool nuget:?package=FreakyControls&version=0.7.0Install as a Cake Tool
A free, open-source UI kit for .NET MAUI. Provides a comprehensive set of controls and utilities for building modern cross-platform apps.
Full documentation: github.com/FreakyAli/MAUI.FreakyControls
| Platform | Minimum Version |
|---|---|
| iOS | 14.0+ |
| macOS | 14.0+ (Mac Catalyst) |
| Android | API 23+ (Marshmallow) |
| Windows | 10.0.17763+ |
dotnet add package FreakyControls
using Maui.FreakyControls.Extensions;
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder.UseMauiApp<App>();
// useSkiaSharp: required for FreakyCheckbox, FreakyRadioButton, FreakySvgImageView
// useFreakyEffects: required for touch/ripple effects
builder.InitializeFreakyControls(useSkiaSharp: true, useFreakyEffects: true);
return builder.Build();
}
}
Add the namespace to your XAML pages:
xmlns:freaky="clr-namespace:Maui.FreakyControls;assembly=Maui.FreakyControls"
| Control | Description |
|---|---|
FreakyAutoCompleteView |
Text field with live suggestion dropdown |
FreakyButton |
Button with leading/trailing icons and loading state |
FreakyCheckbox |
SkiaSharp checkbox with animations |
FreakyChip / FreakyChipGroup |
Toggleable chip with group selection |
FreakyCircularImage |
Image clipped to a circle |
FreakyCodeView |
Inline OTP / PIN entry |
FreakyPinCodeControl |
OTP entry with built-in custom keyboard |
FreakyDatePicker |
DatePicker with optional side image |
FreakyEditor |
Editor with copy/paste control |
FreakyEntry |
Entry with optional side image and copy/paste control |
FreakyImage |
Image with load completion event |
FreakyJumpList |
Alphabetical jump bar |
FreakyPicker |
Picker with optional side image |
FreakyRadioButton / FreakyRadioGroup |
SkiaSharp radio button with group |
FreakySignatureCanvasView |
Freehand signature pad |
FreakySvgImageView |
SVG renderer with tint and tap command |
FreakySwipeButton |
Swipe-to-confirm control |
FreakySwitch |
Animated toggle switch |
FreakyTextInputLayout |
Material-style floating label text input |
FreakyTimePicker |
TimePicker with optional side image |
FreakyZoomableView |
Pinch-to-zoom and pan container |
The Shared folder was removed from all namespaces:
using Maui.FreakyControls.Shared.Enums; // old
using Maui.FreakyControls.Enums; // new
Deprecated APIs from previous versions have been removed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-android36.0 net10.0-android36.0 is compatible. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-ios26.0 net10.0-ios26.0 is compatible. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 net10.0-maccatalyst26.0 is compatible. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. net10.0-windows10.0.19041 net10.0-windows10.0.19041 is compatible. |
This package is not used by any NuGet packages.
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.7.0 | 899 | 4/21/2026 |
| 0.7.0-pre | 113 | 4/3/2026 |
| 0.6.1 | 2,461 | 12/6/2025 |
| 0.6.0 | 3,386 | 9/18/2025 |
| 0.5.9 | 421 | 9/18/2025 |
| 0.5.8 | 403 | 9/18/2025 |
| 0.5.7 | 1,973 | 5/5/2025 |
| 0.5.6 | 384 | 4/28/2025 |
| 0.5.5 | 345 | 4/25/2025 |
| 0.5.5-pre | 265 | 4/25/2025 |
| 0.5.2-pre | 288 | 4/16/2025 |
| 0.5.1 | 3,264 | 12/15/2024 |
| 0.5.1-pre | 201 | 12/15/2024 |
| 0.5.0 | 3,416 | 10/5/2024 |
| 0.5.0-pre | 354 | 6/12/2024 |
| 0.4.12 | 2,063 | 5/31/2024 |
| 0.4.12-pre | 331 | 5/24/2024 |
| 0.4.11 | 1,279 | 5/10/2024 |
| 0.4.10 | 1,353 | 2/25/2024 |
| 0.4.10-pre | 236 | 2/10/2024 |
Android 16k Pages are now supported