draggable_resizer 0.0.2 copy "draggable_resizer: ^0.0.2" to clipboard
draggable_resizer: ^0.0.2 copied to clipboard

A flutter package to Allows to seemlessly drag the widget in two dimensional axis, along with resizing and rotating it the same time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draggable_resizer

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

dependencies:
  draggable_resizer: ^0.0.2

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:draggable_resizer/draggable_resizer.dart';
9
likes
150
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to Allows to seemlessly drag the widget in two dimensional axis, along with resizing and rotating it the same time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on draggable_resizer