Brushtail.FontAwesome.Mobile 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Brushtail.FontAwesome.Mobile --version 1.0.2
NuGet\Install-Package Brushtail.FontAwesome.Mobile -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="Brushtail.FontAwesome.Mobile" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Brushtail.FontAwesome.Mobile --version 1.0.2
#r "nuget: Brushtail.FontAwesome.Mobile, 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 Brushtail.FontAwesome.Mobile as a Cake Addin
#addin nuget:?package=Brushtail.FontAwesome.Mobile&version=1.0.2

// Install Brushtail.FontAwesome.Mobile as a Cake Tool
#tool nuget:?package=Brushtail.FontAwesome.Mobile&version=1.0.2

Font Awesome library for Blazor, Xamarin & Maui

Note:

This library supports Free & Paid Icons. We are not include the font file. You need to install & configuration according to the following. Then only you can see the font icon. If you have face any issues, report.

Blazor Setup:

  1. Install Brushtail.FontAweomse.Blazor
  2. In _layout.cshtml or _host.cshtml add link tag
<link rel="stylesheet" href="_content/Brushtail.FontAwesome.Blazor/font-awesome/css/all.min.css" />
  1. If you are pro user just link that css, then everything fine.
  2. In _import.cshtml file add using statement.
@using FontAwesome.Core
@using Brushtail.FontAwesome.Blazor
  1. Using FontAwesome Componet in Razor file using following example:
<FontAwesomeIcon Icon="@Icon.House" />
<FontAwesomeIcon Icon="@Icon.Google" IconType="IconType.Brands" />

Xamarin & Maui Setup

  1. Install Bruhstail.FontAwesome.Mobile
  2. If you are free user skip the 3 & 4.
  3. If you are a paid user, download and copy the font awesome icon into Assetes/Fonts folder. In Xamarin, make font as 'Embedded resource'. In Maui make font files as 'MauiFont'.
  4. In AssemlyInfo.cs add following lines. Font name must match following:
[assembly: ExportFont("Font Awesome 6 Duotone-Solid-900.otf")]
[assembly: ExportFont("Font Awesome 6 Light-300.otf")]
[assembly: ExportFont("Font Awesome 6 Thin-100.otf")]
  1. In MainPage.xaml add namespace to access the icon.
xmlns:core="clr-namespace:FontAwesome.Core;assembly=FontAwesome.Core"
xmlns:mobile="clr-namespace:FontAwesome.Mobile;assembly=FontAwesome.Mobile"
  1. In MainPage.xaml add Icon using following code.
<mobile:FontAwesomeIcon Icon="{x:Static core:Icon.House}" />

Thanks. Please consider sponsor me for more awesome library & components works. Sponsor

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios15.4 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst15.4 is compatible.  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. 
.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 is compatible. 
.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
1.0.19 293 12/11/2023
1.0.18 149 11/15/2023
1.0.16 130 10/18/2023
1.0.15 128 9/30/2023
1.0.14 104 9/29/2023
1.0.13 169 8/5/2023
1.0.12 143 6/14/2023
1.0.11 118 6/6/2023
1.0.10 330 12/19/2022
1.0.9 289 11/24/2022
1.0.8 393 9/19/2022
1.0.7 400 9/19/2022
1.0.6 368 9/19/2022
1.0.5 386 9/11/2022
1.0.4 372 9/11/2022
1.0.3 372 9/11/2022
1.0.2 364 9/10/2022