wheel_picker
A value/time picking widget using input wheels. Customizable and light weight.
0.3.0
12K downloads/mo
#2712 most downloaded on pub.dev
stavgafny/wheel_picker
What this package is like to depend on
Last release 4 months ago
04 Apr 2026
Release timing varies
gaps range from 9 days to 10 months
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
11 releases · first in 2023
1 release in the last 12 months
see the full history below
Release timeline
11 releases · Sep 2023 to Apr 2026
2024
2025
2026
Releases
latest 11-
0.3.004 Apr 2026Release notes
Open source →- New Feature: Added support for infinite wheels in both directions.
- Performance Improvement: Regular wheels with a large number of items now use a builder instead of
List.generate. - Non-breaking Change:
itemCountnow allowsnullwithout breaking existing implementations. - Examples: Added a second example demonstrating switching logic with the infinite wheel and updated all examples to follow the newest Flutter SDK.
-
0.2.221 Jun 2025Release notes
Open source →- Lowered SDK constraints to support a wider range of Dart and Flutter versions.
- Improved README: updated the basic example’s
onIndexChangedusage and added an example showing how to listen for scroll end events.
-
0.2.131 Dec 2024Release notes
Open source →- Refined naming for improved clarity.
- Reformatted code to align with pub's static analysis standards.
-
0.2.028 Dec 2024Release notes
Open source →- New Feature: Added support for tracking interaction types (
tap,drag,control,mounted) duringonIndexChanged. - Improved code structure and organization.
- New Feature: Added support for tracking interaction types (
-
0.1.131 Aug 2024Release notes
Open source →- Refactored import structure: integrated
WheelPickerControlleras part ofWheelPicker. - Updated README file to fix typos and improve clarity.
- Refactored import structure: integrated
-
0.1.008 Aug 2024Release notes
Open source →- Breaking Change: The
sizeproperty has been removed. - Developers now have full control over the widget's size and constraints. By default, the widget will take up as much space as possible.
- Updated the README to reflect the changes.
- Breaking Change: The
-
0.0.504 Jul 2024Release notes
Open source →- Added support for updating
itemCountand more control for moving between the wheel. - Added controller's
.shiftToand.setCurrentmethods. itemCountcan now be changed using the wheel picker controller or reactively through the wheel picker widget.
- Added support for updating
-
0.0.425 Dec 2023Release notes
Open source →- Added support for horizontal scrolling.
- Breaking Change: Removed
widthandheightparameters. - New Feature: Introduced
sizeparameter for specifying wheel size for both scroll directions.
-
0.0.320 Sep 2023 -
0.0.211 Sep 2023 -
0.0.111 Sep 2023Release notes
Open source →- Added the
Wheel Pickerpackage to the repository. - Included basic documentation in the README.
- Provided examples for using the package.
- Listed key features and installation instructions.
This release contains the
WheelPickerwidget withWheelPickerControllerandWheelPickerStyle.
- Added the