curved_list_wheel 1.1.1
curved_list_wheel: ^1.1.1 copied to clipboard
A highly customizable Flutter list wheel widget that scrolls items along a curved path, allowing for advanced animations and layouts.
1.1.1 #
- CHORE: Updated the
LICENSEfile to fully comply with OSI standards (MIT).- This change ensures proper license recognition on pub.dev and improves package score.
1.1.0 #
- FEAT: Added haptic feedback on item selection, controllable via
CurvedListWheelSettings. - FIX: Added an MIT
LICENSEfile to comply with OSI standards and improve pub points. - FIX: Corrected all Dart code formatting issues to pass the static analysis linter.
- DOCS: Added missing documentation for constructors and updated the
README.mdwith the new haptic feedback feature.
1.0.0 #
- FEAT: Initial release of the
curved_list_wheelpackage. - FEAT: Support for both vertical (
left,right) and horizontal (top,bottom) curved scrolling. - FEAT: State-driven
itemBuilderprovidingisSelectedanddistancefor dynamic styling. - FEAT: Infinite scroll option for continuous lists.
- FEAT: Customizable highlight box, curve factor, and item extent via
CurvedListWheelSettings. - FEAT: Helper widgets
CurvedListWheelTextItemandCurvedListWheelTextStylefor easy, beautiful text styling.