FluentMAUI.UI 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentMAUI.UI --version 1.0.2
NuGet\Install-Package FluentMAUI.UI -Version 1.0.2
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="FluentMAUI.UI" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentMAUI.UI --version 1.0.2
#r "nuget: FluentMAUI.UI, 1.0.2"
#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.
// Install FluentMAUI.UI as a Cake Addin
#addin nuget:?package=FluentMAUI.UI&version=1.0.2

// Install FluentMAUI.UI as a Cake Tool
#tool nuget:?package=FluentMAUI.UI&version=1.0.2

FluentMAUI

FluentMAUI

a lot of useful components for .NET MAUI projects

Fluent MAUI consists of several nuget libraries. Each library contains components for a specific purpose.

FluentMaui.Configuration

An easy way to load appsettings into your .NET MAUI app.

Also, besides the primary appsettings.json, there is an option to load appsettings per platform and environment (e.g. appsettings.android.json, appsettings.Debug.json or appsettings.ios.Release.json, etc.).

The filename pattern is as follows: appsettings.{platform}.{environment}.json (platform and environment are both optional)

platforms:

  • maccatalyst
  • ios
  • android
  • winui

environments:

  • Debug
  • Release

configure

builder.UseFluentConfiguration(options =>
{
// LoadAppsettingsFrom-Assembly is optional for ios, macos, winui BUT REQUIRED on android
options.LoadAppsettingsFrom = Assembly.GetExecutingAssembly();
});

  • LoadAppsettingsFrom: Define the assembly where the appsettings are located as resource files (EmbeddedResource).
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios16.1 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst16.1 is compatible.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.19041 is compatible.  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. 
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
1.0.4 151 6/2/2023
1.0.3 112 5/29/2023
1.0.2 115 5/27/2023
1.0.1 116 5/2/2023