Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FreakyAli/MAUI.FreakyControls
FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
https://github.com/FreakyAli/MAUI.FreakyControls
dotnet-maui dotnet-maui-essentials freakycontrols maui uikit xamarin
Last synced: 3 months ago
JSON representation
FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
- Host: GitHub
- URL: https://github.com/FreakyAli/MAUI.FreakyControls
- Owner: FreakyAli
- License: mit
- Created: 2022-08-26T10:22:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T02:20:09.000Z (6 months ago)
- Last Synced: 2024-05-23T02:40:14.706Z (6 months ago)
- Topics: dotnet-maui, dotnet-maui-essentials, freakycontrols, maui, uikit, xamarin
- Language: C#
- Homepage:
- Size: 1000 KB
- Stars: 255
- Watchers: 7
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-maui - MAUI.FreakyControls - square)](https://github.FreakyAli/MAUI.FreakyControls/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/FreakyAli/MAUI.FreakyControls?style=flat-square)](https://github.com/FreakyAli/MAUI.FreakyControls/commits) (UI)
README
# Maui.FreakyControls
## Platforms
| Support | OS |
| ------- | :-------------------: |
| iOS | iOS 14.0 + |
| Android | API 23+ (Marshmallow) |## Documentation
For more details and API documentation check our [Wiki](https://github.com/FreakyAli/MAUI.FreakyControls/wiki)
### Like what you saw? Want to keep this repo alive?
[![](https://miro.medium.com/max/600/0*wrBJU05A3BULKcWA.gif)](https://www.buymeacoffee.com/FreakyAli)
## Previews:
### Note: GIFs here don't represent the actual performance of said controls please feel free to clone the repository and check the performance of our controls yourself!!
| iOS | Android |
| ------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |## License
The license for this project can be found [here](https://github.com/FreakyAli/Maui.FreakyControls/blob/master/LICENSE)
## Installation
Add our [NuGet](https://www.nuget.org/packages/FreakyControls) 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:
```c#
using MAUI.FreakyControls.Extensions;
namespace Samples;public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
.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.
## Breaking Changes in v0.5.0+ !!
Post v0.5.0-pre there will be some breaking changes made to the namespace structure of our controls,
anywhere the namespace had the Shared folder mentioned in it, shall be removed, together with the folder itself
So the new namespace would be as shown below:```C#
using Maui.FreakyControls.Shared.Enums; //old namespace
using Maui.FreakyControls.Enums; // new namespace```
The above applies to all the other sub-folders as well.
Deprecated API's from the previous version have also been removed!
## Activity
Fossa:
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FFreakyAli%2FMaui.FreakyControls.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FFreakyAli%2FMaui.FreakyControls?ref=badge_large)
Sparkline:
[![Sparkline](https://stars.medv.io/FreakyAli/Maui.FreakyControls.svg)](https://stars.medv.io/FreakyAli/Maui.FreakyControls)
RepoBeats:
![RepoBeats](https://repobeats.axiom.co/api/embed/37b730ec7020123a37b048636c0babfac3b4a014.svg "Repobeats analytics image")