![]() |
VOOZH | about |
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" />Directory.Packages.props
<PackageReference Include="Fabulous" />Project file
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.1Install as a Cake Addin
#tool nuget:?package=Fabulous&version=2.4.1Install 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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 |
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 | 351 | 11/8/2024 |
| 3.0.0-pre8 | 238 | 11/7/2024 |
| 3.0.0-pre7 | 254 | 10/28/2024 |
| 3.0.0-pre6 | 245 | 10/24/2024 |
| 3.0.0-pre5 | 616 | 5/17/2024 |
| 3.0.0-pre23 | 471 | 6/5/2025 |
| 3.0.0-pre22 | 557 | 5/18/2025 |
| 3.0.0-pre21 | 319 | 4/7/2025 |
| 3.0.0-pre20 | 357 | 2/28/2025 |
| 3.0.0-pre19 | 625 | 1/16/2025 |
| 3.0.0-pre18 | 186 | 1/16/2025 |
| 3.0.0-pre17 | 359 | 12/15/2024 |
| 3.0.0-pre16 | 471 | 11/22/2024 |
| 3.0.0-pre15 | 243 | 11/21/2024 |
| 3.0.0-pre14 | 184 | 11/21/2024 |
| 3.0.0-pre13 | 229 | 11/21/2024 |
| 3.0.0-pre12 | 216 | 11/20/2024 |
| 3.0.0-pre11 | 205 | 11/16/2024 |
| 3.0.0-pre10 | 262 | 11/14/2024 |
| 2.4.1 | 2,071 | 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)