draggable_range_selector 1.0.1 copy "draggable_range_selector: ^1.0.1" to clipboard
draggable_range_selector: ^1.0.1 copied to clipboard

Flutter widget for selecting ranges of items with draggable handles.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add draggable_range_selector

With Flutter:

 $ flutter pub add draggable_range_selector

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

dependencies:
  draggable_range_selector: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:draggable_range_selector/draggable_range_selector.dart';
2
likes
0
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter widget for selecting ranges of items with draggable handles.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on draggable_range_selector