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.
<PackageVersion Include="Fabulous.MauiControls" Version="8.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Fabulous.MauiControls" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Fabulous.MauiControls@8.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fabulous.MauiControls&version=8.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Fabulous.MauiControls&version=8.0.5
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

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

Package Downloads
Fabulous.MauiControls.Maps

Maps implementation for Fabulous

Fabulous.MauiControls.MediaElement

MediaElement implementation for Fabulous

RTOpenAI.Api

F# library wrapping the OpenAI realtime (voice) API

GitHub repositories (1)

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

Repository Stars
egvijayanand/dotnet-maui-samples
Sample apps for working with .NET MAUI
Version Downloads Last Updated
9.0.0-pre9 412 6/5/2025
9.0.0-pre8 311 4/28/2025
9.0.0-pre6 429 1/16/2025
9.0.0-pre5 286 11/25/2024
9.0.0-pre4 189 11/21/2024
9.0.0-pre3 154 11/20/2024
9.0.0-pre2 161 11/17/2024
9.0.0-pre1 204 11/14/2024
8.1.0-pre21 163 11/8/2024
8.1.0-pre20 153 11/7/2024
8.1.0-pre19 177 10/28/2024
8.1.0-pre18 188 10/24/2024
8.1.0-pre17 245 3/26/2024
8.1.0-pre16 194 3/25/2024
8.1.0-pre15 190 3/4/2024
8.1.0-pre14 184 3/4/2024
8.1.0-pre13 180 2/26/2024
8.1.0-pre12 189 2/21/2024
8.0.5 2,125 1/10/2024
Loading failed

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