wheel_picker 0.2.2 copy "wheel_picker: ^0.2.2" to clipboard
wheel_picker: ^0.2.2 copied to clipboard

A value/time picking widget using input wheels. Customizable and light weight.

0.0.1 (Initial Release) #

  • 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.

Version 0.0.2: #

  • Updated package README documentation.

Version 0.0.3: #

  • Updated package pubspec to have the repository instead of the homepage.

Version 0.0.4: #

  • Added support for horizontal scrolling.
  • Breaking Change: Removed width and height parameters.
  • New Feature: Introduced size parameter for specifying wheel size for both scroll directions.

Version 0.0.5: #

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.

Version 0.1.0: #

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.

Version 0.1.1: #

  • Refactored import structure: integrated WheelPickerController as part of WheelPicker.
  • Updated README file to fix typos and improve clarity.

Version 0.2.0: #

  • New Feature: Added support for tracking interaction types (tap, drag, control, mounted) during onIndexChanged.
  • Improved code structure and organization.

Version 0.2.1: #

  • Refined naming for improved clarity.
  • Reformatted code to align with pub's static analysis standards.

0.2.2 #

  • Lowered SDK constraints to support a wider range of Dart and Flutter versions.
  • Improved README: updated the basic example’s onIndexChanged usage and added an example showing how to listen for scroll end events.
75
likes
160
points
11.1k
downloads

Documentation

API reference

Publisher

verified publisherstavgafny.com

Weekly Downloads

A value/time picking widget using input wheels. Customizable and light weight.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wheel_picker