XFControls 1.0.0.6

dotnet add package XFControls --version 1.0.0.6
NuGet\Install-Package XFControls -Version 1.0.0.6
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="XFControls" Version="1.0.0.6">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XFControls --version 1.0.0.6
#r "nuget: XFControls, 1.0.0.6"
#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 XFControls as a Cake Addin
#addin nuget:?package=XFControls&version=1.0.0.6

// Install XFControls as a Cake Tool
#tool nuget:?package=XFControls&version=1.0.0.6

XFControls is a set of Xamarin.Forms' control.
Include Border / CircleBox / TabView / Flip / FontIcon / CheckBox / Radio / RaidoGroup / RaidoButtonGroup / Marquee /  RatingBar / Stepper / UniformGrid / WrapLayout / Repeater etc...

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
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 (2)

Showing the top 2 popular GitHub repositories that depend on XFControls:

Repository Stars
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
gruan01/XFControls
Xamarin.Forms Custom Control
Version Downloads Last updated
1.0.0.6 30,783 10/30/2016
1.0.0.5 3,923 10/27/2016
1.0.0.4 1,010 10/27/2016
1.0.0.3 1,359 10/25/2016

#1, DataPicker support TextColor / DividerColor & FontSize
#2, Assembly holder for linker.
ios project Please insert the following code before global::Xamarin.Forms.Forms.Init(); at file AppDelegate.cs
AsNumAssemblyHelper.HoldAssembly();

Android Project also please insert the following code before Xamarin.Forms.Forms.Init(this, bundle);
AsNumAssemblyHelper.HoldAssembly();