XamFluentUI 3.5.0.94564-pre3

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

XamFluentUI

Fluent UI API for Xamarin Forms

With this set of extension methods, you can create views for your Xamarin Forms applications using C#.

To see the difference in creation with XAML, you can see what the MainView looks like from the example:e:

public class MainView : ContentPage
    {
        public MainView()
        {
            Content = new Grid()
                .AddContent(
                    new StackLayout()
                        .Alignment(LayoutOptions.Center, LayoutOptions.Center)
                        .AddContent(
                            new Label().TextAlignment(TextAlignment.Center, TextAlignment.Center)
                                .Text("Hello Xamarin Fluent", Color.Gray)));
        }
    }

You can use different ways to add views to your layouts. This way, the code will be automatically created in Visual Studio and will make it easier to read.

You can use a function or add views directly:

var demo = new Grid().AddContent(() => new List<View>
{
    //Aquí las vistas
});

var demo = new Grid().AddContent(new View[]
{
    //Aquí las vistas
});

var demo = new Grid().AddContent(
    //Aquí las vistas
    );

Translated by deepl.com/

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 was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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

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
5.0.0.1874 753 1/11/2021
5.0.0.1558-pre3 670 10/17/2020
5.0.0.1487-pre1 551 10/3/2020
4.8.0.1269 674 8/9/2020
4.8.0.1238-pre3 500 7/31/2020
4.8.0.1187-pre2 599 7/23/2020
4.8.0.1143-pre1 516 7/16/2020
4.7.0.1080 637 7/2/2020
4.7.0.968 640 6/18/2020
4.7.0.937-pre4 610 6/11/2020
4.7.0.848-pre3 597 6/6/2020
4.7.0.813-pre2 522 5/30/2020
4.6.0.726 756 4/30/2020
4.6.0.616-pre4 597 4/10/2020
4.6.0.494-pre2 533 3/26/2020
4.6.0.379-pre1 557 3/5/2020
4.5.0.356 761 2/27/2020
4.5.0.282-pre4 607 2/11/2020
4.5.0.142-pre1 679 1/21/2020
4.4.0.991477 743 1/13/2020
4.4.0.991210-pre2 598 11/18/2019
4.3.0.908675 802 10/23/2019
4.3.0.819712-pre2 576 9/20/2019
4.3.0.778476-pre1 590 9/17/2019
4.2.0.709249 711 8/23/2019
4.2.0.673161-pre3 585 8/15/2019
4.2.0.618605-pre2 616 7/27/2019
4.2.0.608146-pre1 609 7/16/2019
4.1.0.555618 783 7/2/2019
4.1.0.483098-pre1 659 6/5/2019
4.0.0.425677 777 5/22/2019
4.0.0.394984-pre10 639 5/8/2019
4.0.0.232914-pre6 669 3/14/2019
4.0.0.135214-pre4 741 2/11/2019
4.0.0.94569-pre3 733 1/29/2019
3.6.0.220655 798 3/9/2019
3.5.0.129452 880 2/6/2019
3.5.0.94564-pre3 692 1/25/2019
3.4.0.1009999 979 1/4/2019
3.4.0.1008975 965 11/16/2018
3.3.0.912540 974 10/29/2018
1.1.2 1,043 8/22/2018
1.1.1 997 8/22/2018
1.1.0 1,033 8/21/2018
1.0.102 1,054 8/19/2018
1.0.101 1,078 8/19/2018