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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
84
likes
150
points
1.4k
downloads

Publisher

verified publishercilestal.com

Weekly Downloads

2024.09.27 - 2025.04.11

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on clickable_list_wheel_view