Fabulous 2.4.1
See the version list below for details.
dotnet add package Fabulous --version 2.4.1
NuGet\Install-Package Fabulous -Version 2.4.1
<PackageReference Include="Fabulous" Version="2.4.1" />
<PackageVersion Include="Fabulous" Version="2.4.1" />
<PackageReference Include="Fabulous" />
paket add Fabulous --version 2.4.1
#r "nuget: Fabulous, 2.4.1"
#:package Fabulous@2.4.1
#addin nuget:?package=Fabulous&version=2.4.1
#tool nuget:?package=Fabulous&version=2.4.1
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 | Versions 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. |
-
.NETStandard 2.1
- FSharp.Core (>= 7.0.0)
- System.Memory (>= 4.5.5)
-
net7.0
- FSharp.Core (>= 7.0.0)
- System.Memory (>= 4.5.5)
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 |
### 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)