Fabulous 2.4.1

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

Fabulous combines the power of functional programming and the simple Model-View-Update architecture to build any kind of mobile and desktop applications with an expressive, dynamic and clean UI DSL

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Fabulous:

Package Downloads
Fabulous.XamarinForms

Declarative UIs for Xamarin.Forms with F# and MVU, using Fabulous

Fabulous.LiveUpdate

LiveUpdate injects updated source code files while running to allow you to quickly view the effects of your changes without restarting the application. Needs fabulous-cli to work.

Fabulous.SimpleElements

An alternative view rendering API for Fabulous that is easy to use and simple to read, inspired by Elmish on the web.

Fabulous.MauiControls

Declarative UIs for .NET MAUI with F# and MVU, using Fabulous

Fabulous.Avalonia

Declarative UIs for AvaloniaUI with F# and MVU, using Fabulous

GitHub repositories (1)

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

Repository Stars
egvijayanand/dotnet-maui-samples
Sample apps for working with .NET MAUI
Version Downloads Last Updated
3.0.0-pre9 316 11/8/2024
3.0.0-pre8 215 11/7/2024
3.0.0-pre7 227 10/28/2024
3.0.0-pre6 221 10/24/2024
3.0.0-pre5 576 5/17/2024
3.0.0-pre23 401 6/5/2025
3.0.0-pre22 460 5/18/2025
3.0.0-pre21 292 4/7/2025
3.0.0-pre20 325 2/28/2025
3.0.0-pre19 597 1/16/2025
3.0.0-pre18 163 1/16/2025
3.0.0-pre17 333 12/15/2024
3.0.0-pre16 448 11/22/2024
3.0.0-pre15 218 11/21/2024
3.0.0-pre14 165 11/21/2024
3.0.0-pre13 201 11/21/2024
3.0.0-pre12 192 11/20/2024
3.0.0-pre11 182 11/16/2024
3.0.0-pre10 240 11/14/2024
2.4.1 1,991 1/29/2024
Loading failed

### Added
- Add Cmd.debounce to issue a message if no other message has been issued within the specified timeout by @TimLariviere (https://github.com/fabulous-dev/Fabulous/pull/1062)