Fabulous.MauiControls
10.0.1
dotnet add package Fabulous.MauiControls --version 10.0.1
NuGet\Install-Package Fabulous.MauiControls -Version 10.0.1
<PackageReference Include="Fabulous.MauiControls" Version="10.0.1" />
<PackageVersion Include="Fabulous.MauiControls" Version="10.0.1" />
<PackageReference Include="Fabulous.MauiControls" />
paket add Fabulous.MauiControls --version 10.0.1
#r "nuget: Fabulous.MauiControls, 10.0.1"
#:package Fabulous.MauiControls@10.0.1
#addin nuget:?package=Fabulous.MauiControls&version=10.0.1
#tool nuget:?package=Fabulous.MauiControls&version=10.0.1
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 Build a .NET MAUI app.
dotnet new install Fabulous.MauiControls.Templates
dotnet new fabulous-mauicontrols -n MyApp
Documentation
Documentation can be found at https://fabulous-dev.github.io/Fabulous/docs/.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Fabulous (>= 10.0.1)
- Microsoft.Maui.Controls (>= 10.0.100)
- Microsoft.Maui.Controls.Compatibility (>= 10.0.100)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Fabulous.MauiControls:
| Package | Downloads |
|---|---|
|
Fabulous.MauiControls.Maps
Maps implementation for Fabulous |
|
|
RTOpenAI.Api
F# library wrapping the OpenAI realtime (voice) API |
|
|
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
Sample apps for working with .NET MAUI
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1 | 63 | 9/7/2026 |
| 10.0.0 | 137 | 8/24/2026 |
| 9.0.0-pre9 | 561 | 6/5/2025 |
| 9.0.0-pre8 | 350 | 4/28/2025 |
| 9.0.0-pre6 | 470 | 1/16/2025 |
| 9.0.0-pre5 | 327 | 11/25/2024 |
| 9.0.0-pre4 | 227 | 11/21/2024 |
| 9.0.0-pre3 | 189 | 11/20/2024 |
| 9.0.0-pre2 | 197 | 11/17/2024 |
| 9.0.0-pre1 | 242 | 11/14/2024 |
| 8.1.0-pre21 | 196 | 11/8/2024 |
| 8.1.0-pre20 | 203 | 11/7/2024 |
| 8.1.0-pre19 | 215 | 10/28/2024 |
| 8.1.0-pre18 | 234 | 10/24/2024 |
| 8.1.0-pre17 | 286 | 3/26/2024 |
| 8.1.0-pre16 | 238 | 3/25/2024 |
| 8.1.0-pre15 | 224 | 3/4/2024 |
| 8.1.0-pre14 | 232 | 3/4/2024 |
| 8.1.0-pre13 | 216 | 2/26/2024 |
### Added
- Document how to build, run, and debug the generated MAUI template's `net10.0-windows10.0.19041.0` target in the MAUI tutorial (#1171).
### Changed
- Fix the MAUI get-started documentation to reference `net10.0-android` / `net10.0-ios` instead of the retired `net7.0-android` / `net7.0-ios` TFMs (Repo Assist, #1174).
- Document the triage of the 60 `FS0044` deprecation warnings from the MAUI Release build in `.github/RELEASE_CHECKLIST.md`; none of the flagged `EntryCell`, `SwitchCell`, `Page.IsBusy`, or per-edge safe-area APIs have been removed from the supported MAUI 10 baseline (#1148).
- Mark the excluded, Xamarin-era legacy documentation trees under `docs/advanced`, `docs/basics`, and `docs/samples-and-tutorials` with an unmistakable legacy content notice (Repo Assist).
- Require an entry in `CHANGELOG.md` for every pull request, documented in `AGENTS.md` (Repo Assist).
- Replace retired docs.fabulous.dev links across `docs/` with the current documentation site at https://fabulous-dev.github.io/Fabulous/ (Repo Assist, #1207).
- Pin `actions/github-script` to a commit SHA (v9.0.0) in `pr-artifacts.yml` for supply-chain safety (#1301, #1300).
### Fixed
- Default the `fabulous-mauicontrols` template's Windows target to `RuntimeIdentifier=win-x64` / `Platform=x64` (when not already set by the caller) so `dotnet publish` for `net10.0-windows10.0.19041.0` no longer fails with `error: Packaged .NET applications with an app host exe cannot be ProcessorArchitecture neutral`, and document the workaround in the deployment guide (Repo Assist, #1286).
- Regenerate `docs/api/source-inventory.md` via `eng/monorepo/generate-api-reference.py` so the Build website CI check passes again (Repo Assist, #1283).
- Rename `website/themes/fabulous.dev-theme` to `website/themes/fabulous-theme` and update the SCSS `@import` paths in `website/assets/sass/root*.scss` accordingly, matching `theme = 'fabulous-theme'` already set in `website/config.toml` (Repo Assist, #1264).
- Fix `StackArray3.sortInPlace` using the wrong key (`v1` instead of `v2`) for the third element when sorting a 3-element `StackArray3`, which could produce an incorrectly ordered result (Repo Assist, #1170).
- Fix NU1605 package downgrade warnings when building a new project from the MAUI template by aligning the template's default `Microsoft.Maui.Controls`/`Microsoft.Maui.Controls.Compatibility` version with Fabulous.MauiControls's minimum required version (#1171).
- Bump the `fabulous-avalonia` template's default `FSharp.Core` package version from the stale 8.0.301 to 10.0.100, matching the `fabulous-mauicontrols` template (#1179).
- Update the website home page's "Choose your own adventure" section to link to the current MAUI and Avalonia get-started docs instead of the archived Fabulous.MauiControls, Fabulous.XamarinForms, and Fabulous.Avalonia repositories, and remove the outdated paid/commercial support section (Repo Assist, #1166).