Xamarin.Forms.InputKit 2.3.4

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

// Install Xamarin.Forms.InputKit as a Cake Tool
#tool nuget:?package=Xamarin.Forms.InputKit&version=2.3.4

...
     v.2.2.3
     Checkbox Text sizing improved.
     CheckBoxCell added.

     v.2.2.2
     Dropdown BidnableProperties added,
     Dropdown selectedIndex bug fixed.
     CanExecute check added all commands
     CommandParameter added in AdvancedEntry
     CommandParameter added in RadioButton
     Checkbox unwanted shadow bug fixed
     SelectionView TextColor fixed
     iOS Dropdown improvements.

     Dropdown will be popover on iOS

     v.2.2.0
     Controls in this package are fully bindable and ready to use.
     AdvancedEntry Completed event added,
     AdvancedEntry BindableProperties added:
     ValidationMessage,
     IgnoreValidationMessage
     PlaceholderColor (Can be given PlaceholderColor = "{DynamicResource YourColor}"  )
     Dropdown added. More properties will be added.

     v.2.1.0
     AdvancedEntry Password Annotation problem fixed.
     Material CheckBox coloring problem fixed.
     ToSurfaceColor() extension added in ColorExtensions. (It used for CheckBox coloring)
     AdvancedSlider looping problem fixed.

     ChangeLog:
     v.2.0.6
     CheckBox Color property fixed,
     CheckBox CommandParameter added.
     Some SelectionView improvements.

     v.2.0.5
     SelectedIndex added to selectionview (SelectedIndexes are coming soon)
     RadioButton CommandParameter added.

     v.2.0.4
     Fontfamily added to GlobalSettings and controls.

     v.2.0.3
     SelectionView CheckBoxes bug fixed.
     SelectionView ItemDisplayBinding added.
     Obsolete properties updated.

     v.2.0.2
     GlobalSettings default values updated.

     v.2.0.0
     FormView & AdvancedEntry added.
     IValidatable interface implemented controls.
     FormView finds IValidatable controls from inside itsef and checks validation of inputs.

     v.1.2.0
     CheckBox border added.
     GlobalSettings added to CheckBox and RadioButton.
     - You can set default values of these controls like:
     CheckBox.GlobalSetting.Color = Color.Red;
     RadioButton.GlobalSetting.Size = 36;
     in App.cs

     v.1.1.1
     AdvancedSlider PropertyChanging addded.
     RadioButton ClickCommand missing bindableproperty added.

     v.1.1.0
     SelectionView has CheckBoxes now.
     RadioButton 2 Line checked problem solved.
     Rest of Improvements...

     v.1.0.91
     SelectionView color properties added, rest of some properties are updated.
     'ItemSource' renamed to 'ItemsSource', old one marked as Obselete, It'll removed in later versions.

     v.1.0.9
     RadioButtonGroupView, BindableProperty, Event and Command added for SelectedItem

     v.1.0.8
     RadioButton sizing problem with Multiline text solved and CircleSize added

     v.1.0.7
     MultiLine text problem on Checkbox solved for bigger chexboxes

     v.1.0.6
     Checkbox Size and Text FontSize can be set now.

     v.1.0.5 - v.1.0.4
     Checkbox Sizing problem on Multiline Text Solved.

     v.1.0.3
     BoxBackgroundColor added to Checkbox.

     v.1.0.2
     FormView was added!
     It helps to gel validation from multiple elements inside from its at once.
     You can create your own Validatable elements, Just inherit IValidatable interface and put them into FormView

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. 
.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.  monoandroid81 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.16299 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed.  xamarintvos10 is compatible. 
Xamarin.WatchOS xamarinwatchos was computed.  xamarinwatchos10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Xamarin.Forms.InputKit:

Package Downloads
Xamarin.Forms.DialogKit

Ready to use dialogs with Rg.Plugins.Popup and InputKit

Plugin.Xamarin.Tools

Set of several tools and dependency services for xamarin

TestWW

Package Description

RoundTable.Controls.PickerPopupView

This plugin allows for a popup to contain a Xamarin.Forms Picker Control. It will take a model of value and description and be able to return the item picked as object.

Shimmer.CSharp.BLEAPI

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Xamarin.Forms.InputKit:

Repository Stars
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
Version Downloads Last updated
4.1.6 74,185 10/22/2022
4.1.5 7,178 9/21/2022
4.1.4 1,044 9/17/2022
4.1.3 818 9/17/2022
4.1.2 841 9/17/2022
4.1.1 840 9/17/2022
4.1.0 843 9/17/2022
4.1.0-pre.3 110 9/17/2022
4.1.0-pre.2 116 9/6/2022
4.1.0-pre.1 106 9/3/2022
4.0.1 2,381 9/9/2022
4.0.0 6,705 8/28/2022
4.0.0-pre.11 100 8/28/2022
4.0.0-pre.10 2,902 5/30/2022
4.0.0-pre.9 112 5/30/2022
4.0.0-pre.8 466 3/22/2022
4.0.0-pre.7 106 3/21/2022
4.0.0-pre.6 133 3/12/2022
4.0.0-pre.5 122 3/11/2022
4.0.0-pre.4 115 3/11/2022
4.0.0-pre.3.1 149 2/11/2022
4.0.0-pre.3 168 1/7/2022
4.0.0-pre.2 251 11/16/2021
4.0.0-pre.1 198 11/16/2021
3.7.2 180,615 4/23/2021
3.7.1 2,039 4/8/2021
3.7.0 2,003 4/6/2021
3.6.0 4,641 4/2/2021
3.5.0 45,970 2/6/2021
3.4.4 22,581 11/24/2020
3.4.3 26,613 10/11/2020
3.4.2-pre.1 386 9/22/2020
3.4.1 17,590 9/17/2020
3.4.0 1,780 9/14/2020
3.3.1 79,177 5/31/2020
3.3.0 35,675 4/27/2020
3.3.0-pre.3 531 3/27/2020
3.3.0-pre.2 266 3/27/2020
3.3.0-pre.1 260 3/27/2020
3.2.2 17,055 3/4/2020
3.2.1 1,815 3/2/2020
3.2.0 1,037 3/2/2020
3.1.1 14,417 1/30/2020
3.1.0 5,585 1/22/2020
3.1.0-pre1 1,749 11/18/2019
3.0.15 26,033 10/19/2019
3.0.14 1,894 10/14/2019
3.0.13 4,683 10/3/2019
3.0.12 73,402 7/1/2019
3.0.11 42,702 4/27/2019
3.0.10 3,761 4/23/2019
3.0.9 1,262 4/23/2019
3.0.8.1 1,685 4/18/2019
3.0.8 1,248 4/17/2019
3.0.7 3,814 4/13/2019
3.0.6.1 3,721 4/3/2019
3.0.6 1,258 4/3/2019
3.0.5 1,455 4/2/2019
3.0.4 3,704 3/26/2019
3.0.4-pre1 918 3/25/2019
3.0.3 1,441 3/25/2019
3.0.2 3,209 3/13/2019
3.0.1 5,403 3/11/2019
3.0.0 2,555 3/7/2019
3.0.0-pre7 920 3/7/2019
3.0.0-pre6 932 3/4/2019
3.0.0-pre5 909 3/2/2019
3.0.0-pre3 936 3/2/2019
3.0.0-pre2 864 3/2/2019
3.0.0-pre1 886 3/2/2019
2.3.9 2,542 3/25/2019
2.3.8 7,096 2/13/2019
2.3.7 1,361 2/12/2019
2.3.6.1 2,065 2/5/2019
2.3.6 1,205 2/5/2019
2.3.5 29,385 11/11/2018
2.3.4 6,024 10/10/2018
2.3.3 1,548 10/8/2018
2.3.1 2,956 9/21/2018
2.3.0 2,354 9/3/2018
2.2.2 2,117 8/8/2018
2.2.1.1 2,234 8/4/2018
2.2.0 1,644 8/3/2018
2.1.0 4,045 8/1/2018
2.1.0-pre1 1,159 8/1/2018
2.0.6 1,420 7/31/2018
2.0.5 1,686 7/27/2018
2.0.4 3,694 7/23/2018
2.0.3 1,838 7/19/2018
2.0.2 2,030 7/16/2018
2.0.1 1,872 7/15/2018
2.0.0.6 1,543 7/15/2018
1.2.0 1,775 7/10/2018
1.1.1 2,047 7/7/2018
1.1.0 3,434 6/10/2018
1.0.91 1,670 6/7/2018
1.0.9 1,803 5/26/2018
1.0.8 1,592 5/25/2018
1.0.7 1,451 5/24/2018
1.0.6 1,488 5/24/2018
1.0.5 2,126 5/18/2018
1.0.3 1,650 5/17/2018
1.0.2 1,686 5/3/2018
1.0.0 1,619 5/2/2018
0.9.8 1,461 4/22/2018
0.9.0 1,725 4/20/2018

Dropdown and AdvancedEntry enchantments. To read more visit here: https://github.com/enisn/Xamarin.Forms.InputKit/releases