selectable_area 1.0.3 copy "selectable_area: ^1.0.3" to clipboard
selectable_area: ^1.0.3 copied to clipboard

A powerful and flexible Flutter widget that allows users to select and capture a rectangular area over any child widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add selectable_area

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

dependencies:
  selectable_area: ^1.0.3

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:selectable_area/selectable_area.dart';
6
likes
160
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful and flexible Flutter widget that allows users to select and capture a rectangular area over any child widget.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on selectable_area