clickable_list_wheel_view 0.2.0 copy "clickable_list_wheel_view: ^0.2.0" to clipboard
clickable_list_wheel_view: ^0.2.0 copied to clipboard

Simple wrapper for ListWheelScrollView that allows children to respond on gesture (onTap) events.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clickable_list_wheel_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  clickable_list_wheel_view: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:clickable_list_wheel_view/clickable_list_wheel_widget.dart';
import 'package:clickable_list_wheel_view/measure_size.dart';
77
likes
130
pub points
91%
popularity

Publisher

verified publishercilestal.com

Simple wrapper for ListWheelScrollView that allows children to respond on gesture (onTap) events.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on clickable_list_wheel_view