Fabulous 3.0.0-pre15
See the version list below for details.
dotnet add package Fabulous --version 3.0.0-pre15
NuGet\Install-Package Fabulous -Version 3.0.0-pre15
<PackageReference Include="Fabulous" Version="3.0.0-pre15" />
<PackageVersion Include="Fabulous" Version="3.0.0-pre15" />
<PackageReference Include="Fabulous" />
paket add Fabulous --version 3.0.0-pre15
#r "nuget: Fabulous, 3.0.0-pre15"
#:package Fabulous@3.0.0-pre15
#addin nuget:?package=Fabulous&version=3.0.0-pre15&prerelease
#tool nuget:?package=Fabulous&version=3.0.0-pre15&prerelease
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)
-
net7.0
- FSharp.Core (>= 7.0.0)
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 | 349 | 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 | 613 | 5/17/2024 |
| 3.0.0-pre23 | 457 | 6/5/2025 |
| 3.0.0-pre22 | 502 | 5/18/2025 |
| 3.0.0-pre21 | 318 | 4/7/2025 |
| 3.0.0-pre20 | 355 | 2/28/2025 |
| 3.0.0-pre19 | 622 | 1/16/2025 |
| 3.0.0-pre18 | 182 | 1/16/2025 |
| 3.0.0-pre17 | 358 | 12/15/2024 |
| 3.0.0-pre16 | 468 | 11/22/2024 |
| 3.0.0-pre15 | 241 | 11/21/2024 |
| 3.0.0-pre14 | 183 | 11/21/2024 |
| 3.0.0-pre13 | 228 | 11/21/2024 |
| 3.0.0-pre12 | 216 | 11/20/2024 |
| 3.0.0-pre11 | 202 | 11/16/2024 |
| 3.0.0-pre10 | 262 | 11/14/2024 |
| 2.4.1 | 2,064 | 1/29/2024 |
### Added
- Unwrap EnvironmentAttributeKey for logging by @TimLariviere