Vapolia.WheelPicker
4.6.4
Prefix Reserved
See the version list below for details.
Install-Package Vapolia.WheelPicker -Version 4.6.4
dotnet add package Vapolia.WheelPicker --version 4.6.4
<PackageReference Include="Vapolia.WheelPicker" Version="4.6.4" />
paket add Vapolia.WheelPicker --version 4.6.4
#r "nuget: Vapolia.WheelPicker, 4.6.4"
// Install Vapolia.WheelPicker as a Cake Addin
#addin nuget:?package=Vapolia.WheelPicker&version=4.6.4
// Install Vapolia.WheelPicker as a Cake Tool
#tool nuget:?package=Vapolia.WheelPicker&version=4.6.4
Wheel picker made easy and cross platforms for Xamarin Android 4.1+ and iOS 10+. It's a Full .NET native implementation (not a binding).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid90 monoandroid10.0 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
- System.IdentityModel.Tokens.Jwt (>= 6.7.1)
- System.Text.Json (>= 4.7.2)
-
MonoAndroid 10.0
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
- System.IdentityModel.Tokens.Jwt (>= 6.5.1)
- System.Text.Json (>= 4.7.2)
-
MonoAndroid 9.0
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
- System.IdentityModel.Tokens.Jwt (>= 6.5.1)
- System.Text.Json (>= 4.7.2)
-
Xamarin.iOS 1.0
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.7)
- System.IdentityModel.Tokens.Jwt (>= 6.5.1)
- System.Text.Json (>= 4.7.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
4.6.0
New license system
4.4.5
fix for Android: dispose wheels when the ui is disposed, so observable handlers are removed. Previously, this caused a crash if a wheel was still moving when the ui was hidden (when switching tabs for example).
4.4.4
fix for Android < API 21 (android 5.0, 4.4, ...)
4.4.3
fix an issue where SelectedItemsIndex was not called (using valuetuples instead of tuples)
fix the crash when parsing a WheelDefinition.Width containing a star (*)
fix the annoying ad popup
4.4.0
Forms 4.4
Rebuilt with latest compiler
WheelPicker.WheelDefinitions is now the ContentProperty and can be omitted for simpler xaml syntax
3.0.4
Android: fix an issue where a wheel without a form template would not display its items if the wheelpicker was hidden on startup and then displayed.
Rebuilt with latest compiler
3.0.3
Rebuilt with latest compiler
3.0.1
Rebuilt with latest compiler
3.0.0
Requires netstandard 2.0
2.1.1
android: breaking change. itemtextColor xml property has been renamed to wp_itemtextColor in order to fix build errors in some configurations (especially appcenter)
2.1.0
support any item template
breaking change: needs IList of objects instead of IList of strings. Using IList of strings will display empty wheels.
2.0.1
updated xamarin Vapolia.WheelPickerForms
2.0.0-pre10
android: add INotifyPropertyChanged for SelectedItemsIndex and SelectedItemIndex
2.0.0-pre1
switched to templated views. Supports any child template.
1.0.0
initial version