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
8.1.0-pre9 97 1/30/2024
8.1.0-pre8 58 1/30/2024
8.1.0-pre7 59 1/29/2024
8.1.0-pre6 65 1/20/2024
8.1.0-pre5 106 1/18/2024
8.1.0-pre4 63 1/16/2024
8.1.0-pre2 156 12/7/2023
8.1.0-pre17 79 3/26/2024
8.1.0-pre16 63 3/25/2024
8.1.0-pre15 64 3/4/2024
8.1.0-pre14 57 3/4/2024
8.1.0-pre13 61 2/26/2024
8.1.0-pre12 64 2/21/2024
8.1.0-pre11 71 2/19/2024
8.1.0-pre10 80 2/12/2024
8.1.0-pre1 100 11/22/2023
8.0.5 366 1/10/2024
8.0.4 98 1/8/2024
8.0.3 164 1/3/2024
8.0.2 163 12/12/2023
8.0.1 260 11/14/2023
8.0.0 88 11/14/2023
2.8.1 209 10/22/2023
2.8.1-net8.0-3 87 11/12/2023
2.8.1-net8.0 96 11/6/2023
2.8.0 284 8/8/2023
2.8.0-net8.0-4 133 9/19/2023
2.8.0-net8.0-3 60 9/18/2023
2.8.0-net8.0-2 72 8/14/2023
2.8.0-net8.0 72 8/9/2023
2.7.0 259 6/1/2023
2.7.0-net8.0 691 6/1/2023
2.6.0 214 5/22/2023
2.6.0-net8.0 100 5/29/2023
2.5.1 704 3/30/2023
2.5.0 425 3/6/2023
2.4.0 350 2/27/2023
2.3.2 303 2/10/2023
2.3.1 361 2/9/2023
2.2.0 446 1/24/2023
2.2.0-preview.1 94 11/17/2022
2.1.3 389 1/14/2023
2.1.1 402 1/5/2023
2.1.0 404 11/9/2022
2.1.0-preview.7 117 10/20/2022
2.1.0-preview.6 92 10/17/2022
2.1.0-preview.5 92 10/12/2022
2.1.0-preview.4 78 10/11/2022
2.1.0-preview.3 89 10/3/2022
2.1.0-preview.2 112 9/1/2022

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