- Added the "Wheel Picker" package 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 WheelPicker
widget with WheelPickerController
and WheelPickerStyle
.
- Updated package README documentation.
- Updated package pubspec to have the repository instead of the homepage.
- Added support for horizontal scrolling.
- Breaking Change: Removed
width
andheight
parameters. - New Feature: Introduced
size
parameter for specifying wheel size for both scroll directions.
Added support for updating itemCount
and more control for moving between the wheel.
- Added controller's
.shiftTo
and.setCurrent
methods. itemCount
can now be changed using the wheel picker controller or reactively through the wheel picker widget.
Breaking Change: The size
property 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.
- Refactored import structure: integrated
WheelPickerController
as part ofWheelPicker
. - Updated README file to fix typos and improve clarity.
- New Feature: Added support for tracking interaction types (
tap
,drag
,control
,mounted
) duringonIndexChanged
. - Improved code structure and organization.
- Refined naming for improved clarity.
- Reformatted code to align with pub's static analysis standards.