Fabulous.MauiControls 8.0.5

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fabulous.MauiControls --version 8.0.5                
NuGet\Install-Package Fabulous.MauiControls -Version 8.0.5                
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="Fabulous.MauiControls" Version="8.0.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fabulous.MauiControls --version 8.0.5                
#r "nuget: Fabulous.MauiControls, 8.0.5"                
#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 Fabulous.MauiControls as a Cake Addin
#addin nuget:?package=Fabulous.MauiControls&version=8.0.5

// Install Fabulous.MauiControls as a Cake Tool
#tool nuget:?package=Fabulous.MauiControls&version=8.0.5                

Fabulous for .NET MAUI (Microsoft.Maui.Controls)

Fabulous.MauiControls brings the great development experience of Fabulous to .NET MAUI, allowing you to take advantage of the latest cross-platform UI framework from Microsoft with a tailored declarative UI DSL and clean architecture.

Deploy to any platform supported by .NET MAUI, such as Android, iOS, macOS, Windows, Linux and more!

Getting Started

You can start your new Fabulous.MauiControls app in a matter of seconds using the dotnet CLI templates.
For a starter guide see our documentation.

dotnet new install Fabulous.MauiControls.Templates
dotnet new fabulous-mauicontrols -n MyApp

Documentation

Documentation can be found at https://docs.fabulous.dev/v2/maui.controls

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Fabulous.MauiControls:

Package Downloads
Fabulous.MauiControls.Maps

Maps implementation for Fabulous

Fabulous.MauiControls.MediaElement

MediaElement implementation for Fabulous

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Fabulous.MauiControls:

Repository Stars
egvijayanand/dotnet-maui-samples
.NET MAUI Samples
Version Downloads Last updated
9.0.0-pre5 187 11/25/2024
9.0.0-pre4 105 11/21/2024
9.0.0-pre3 66 11/20/2024
9.0.0-pre2 80 11/17/2024
9.0.0-pre1 120 11/14/2024
8.1.0-pre9 163 1/30/2024
8.1.0-pre8 103 1/30/2024
8.1.0-pre7 95 1/29/2024
8.1.0-pre6 112 1/20/2024
8.1.0-pre5 156 1/18/2024
8.1.0-pre4 108 1/16/2024
8.1.0-pre21 77 11/8/2024
8.1.0-pre20 81 11/7/2024
8.1.0-pre2 190 12/7/2023
8.1.0-pre19 88 10/28/2024
8.1.0-pre18 103 10/24/2024
8.1.0-pre17 163 3/26/2024
8.1.0-pre16 117 3/25/2024
8.1.0-pre15 108 3/4/2024
8.1.0-pre14 115 3/4/2024
8.1.0-pre13 113 2/26/2024
8.1.0-pre12 111 2/21/2024
8.1.0-pre11 122 2/19/2024
8.1.0-pre10 131 2/12/2024
8.1.0-pre1 134 11/22/2023
8.0.5 1,344 1/10/2024
8.0.4 182 1/8/2024
8.0.3 202 1/3/2024
8.0.2 199 12/12/2023
8.0.1 302 11/14/2023
8.0.0 128 11/14/2023
2.8.1 298 10/22/2023
2.8.1-net8.0-3 111 11/12/2023
2.8.1-net8.0 114 11/6/2023
2.8.0 320 8/8/2023
2.8.0-net8.0-4 159 9/19/2023
2.8.0-net8.0-3 76 9/18/2023
2.8.0-net8.0-2 86 8/14/2023
2.8.0-net8.0 87 8/9/2023
2.7.0 294 6/1/2023
2.7.0-net8.0 708 6/1/2023
2.6.0 232 5/22/2023
2.6.0-net8.0 122 5/29/2023
2.5.1 728 3/30/2023
2.5.0 458 3/6/2023
2.4.0 417 2/27/2023
2.3.2 351 2/10/2023
2.3.1 396 2/9/2023
2.2.0 494 1/24/2023
2.2.0-preview.1 111 11/17/2022
2.1.3 429 1/14/2023
2.1.1 435 1/5/2023
2.1.0 450 11/9/2022
2.1.0-preview.7 140 10/20/2022
2.1.0-preview.6 111 10/17/2022
2.1.0-preview.5 106 10/12/2022
2.1.0-preview.4 94 10/11/2022
2.1.0-preview.3 106 10/3/2022
2.1.0-preview.2 128 9/1/2022

### Changed
- Additional performance optimizations by @TimLariviere (https://github.com/fabulous-dev/Fabulous.MauiControls/pull/55)