Fabulous.MauiControls.Templates 10.0.0

dotnet new install Fabulous.MauiControls.Templates@10.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Templates for 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!

How to use the templates

Using the dotnet CLI, install the templates:

dotnet new install Fabulous.MauiControls.Templates

Then, you will be able to create new Fabulous.MauiControls projects with dotnet new:

dotnet new fabulous-mauicontrols -n MyApp

Documentation

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

  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 117 8/24/2026
9.0.0-pre9 604 6/5/2025
9.0.0-pre8 637 4/28/2025
9.0.0-pre7 599 4/28/2025
9.0.0-pre6 542 1/16/2025
9.0.0-pre5 546 11/25/2024
9.0.0-pre4 544 11/21/2024
9.0.0-pre3 511 11/20/2024
9.0.0-pre2 547 11/17/2024
9.0.0-pre1 579 11/14/2024
8.1.0-pre21 546 11/8/2024
8.1.0-pre20 551 11/7/2024
8.1.0-pre19 565 10/28/2024
8.1.0-pre18 536 10/24/2024
8.1.0-pre17 770 3/26/2024
8.1.0-pre16 677 3/25/2024
8.1.0-pre15 892 3/4/2024
8.1.0-pre14 844 3/4/2024
8.1.0-pre13 871 2/26/2024
8.1.0-pre12 935 2/21/2024
Loading failed

### Added
- Consolidate the Fabulous core, Avalonia, .NET MAUI, extensions, templates, tests, documentation, and engineering into one repository.
- Add thread-safe throttled dispatch APIs and the `onReceive` component modifier ([#1130](https://github.com/fabulous-dev/Fabulous/pull/1130)).
- Add route-based .NET MAUI navigation stacks ([#1123](https://github.com/fabulous-dev/Fabulous/pull/1123)).
- Add Fabulous 10 architecture, migration, deployment, licensing, glossary, tutorial, and generated API-reference documentation ([#1127](https://github.com/fabulous-dev/Fabulous/pull/1127), [#1135](https://github.com/fabulous-dev/Fabulous/pull/1135)).
- Add release-candidate validation for packages, symbols, SourceLink, public APIs, samples, templates, clean consumers, screenshots, and native application launch ([#1126](https://github.com/fabulous-dev/Fabulous/pull/1126), [#1129](https://github.com/fabulous-dev/Fabulous/pull/1129), [#1131](https://github.com/fabulous-dev/Fabulous/pull/1131)).
- Add repository automation for issue triage and maintenance assistance ([#1146](https://github.com/fabulous-dev/Fabulous/pull/1146)).

### Changed
- Rename the core project and assembly from `Fabulous` to `Fabulous.Core`. The NuGet package ID and F# namespaces remain `Fabulous`.
- Build and publish all Fabulous packages and templates from one solution and release workflow.
- Unify all Fabulous package versions on the `10.0.x` release line.
- Target .NET 10 across the core, Avalonia, MAUI, samples, templates, and CI ([#1128](https://github.com/fabulous-dev/Fabulous/pull/1128)).
- Upgrade the Avalonia backend to Avalonia 12 and the MAUI backend to MAUI 10 ([#1124](https://github.com/fabulous-dev/Fabulous/pull/1124), [#1132](https://github.com/fabulous-dev/Fabulous/pull/1132)).
- Expand CI to build all Avalonia desktop samples, exercise native MAUI targets, instantiate all Avalonia template variants, and capture Gallery screenshots.
- Publish the website, authored documentation, and generated API reference together on GitHub Pages.
- Improve CI concurrency, dependency caching, sharding, artifact discovery, runtime readiness checks, and pull-request execution time ([#1133](https://github.com/fabulous-dev/Fabulous/pull/1133), [#1134](https://github.com/fabulous-dev/Fabulous/pull/1134), [#1139](https://github.com/fabulous-dev/Fabulous/pull/1139)).
- Update the contribution guide for agent-assisted development, maintainer review, and repository validation ([#1153](https://github.com/fabulous-dev/Fabulous/pull/1153)).
- Update Windows compatibility and sample APIs for .NET 10 and current MAUI behavior.
- Remove the obsolete MAUI `MenuItem.accelerator` modifier; use `MenuFlyoutItem.keyboardAccelerators` instead.

### Fixed
- Release publishing now starts only for changelog changes, waits for the matching successful CI run, and no longer requests approval for ordinary builds.
- Make MAUI virtualized collection updates safe when templates and source collections change ([#1125](https://github.com/fabulous-dev/Fabulous/pull/1125)).
- Fix Android, Apple, and Windows package discovery, deployment, startup, and runtime smoke validation ([#1131](https://github.com/fabulous-dev/Fabulous/pull/1131), [#1134](https://github.com/fabulous-dev/Fabulous/pull/1134), [#1138](https://github.com/fabulous-dev/Fabulous/pull/1138)).
- Fix Avalonia screenshot readiness and Gallery overview capture ([#1140](https://github.com/fabulous-dev/Fabulous/pull/1140)).
- Fix .NET 10 sample and template restore, packaging, runtime identifiers, platform architecture, and generated resources.
- Fix MAUI deprecation warnings, WinUI sample executable discovery, and website community links ([#1136](https://github.com/fabulous-dev/Fabulous/pull/1136), [#1137](https://github.com/fabulous-dev/Fabulous/pull/1137), [#1138](https://github.com/fabulous-dev/Fabulous/pull/1138)).
- Correct the published MAUI and Avalonia deployment commands for .NET 10.