horizontal_picker 0.0.4 copy "horizontal_picker: ^0.0.4" to clipboard
horizontal_picker: ^0.0.4 copied to clipboard

outdated

You can select your value on Horizontal Picker while scrolling on items.

Horizontal Picker #

You can select your value on Horizontal Picker while scrolling on items.

Samples #

Horizontal Picker - Sample 1

Horizontal Picker - Sample 2

Horizontal Picker - Sample 3

Installation #

Add package to pubspec.yaml

dependencies:  
  ...  
  horizontal_picker: ...

Usage Example #

HorizantalPicker(
  minValue: -10,
  maxValue: 50,
  divisions: 600,
  suffix: " cm",
  showCursor: false,
  backgroundColor: Colors.grey.shade900,
  activeItemTextColor: Colors.white,
  passiveItemsTextColor: Colors.amber,
  onChanged: (value) {},
),
61
likes
0
pub points
86%
popularity

Publisher

verified publisherleventkantaroglu.com

You can select your value on Horizontal Picker while scrolling on items.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on horizontal_picker