scroll_wheel_selector 0.0.4
scroll_wheel_selector: ^0.0.4 copied to clipboard
A customizable scroll wheel picker with selection lines and haptic feedback.
scroll_wheel_selector #
A customizable scroll wheel picker with selection lines and optional haptic feedback, built with Flutter.
Ideal for number pickers, age selectors, height selectors, or any scenario where users scroll through values.
✨ Features #
- 🎡 Smooth scroll wheel (ListWheelScrollView)
- 🎨 Customizable colors, text styles, and dimensions
- 📳 Haptic feedback on selection (optional)
- 🔄 Supports any list of integer values
- 🔧 Reusable as a widget in any Flutter app
📸 Preview #
🚀 Installation #
Add to your pubspec.yaml
:
dependencies:
scroll_wheel_selector: ^0.0.4
## 🚀 Installation
flutter pub get