resize_drag_widget 0.0.4
resize_drag_widget: ^0.0.4 copied to clipboard
一个可拖拽来操作大小和位置的控件.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add resize_drag_widget
With Flutter:
$ flutter pub add resize_drag_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
resize_drag_widget: ^0.0.4
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:resize_drag_widget/resizable_draggable_widget.dart';
import 'package:resize_drag_widget/resizable_draggable_widget_method_channel.dart';
import 'package:resize_drag_widget/resizable_draggable_widget_platform_interface.dart';
import 'package:resize_drag_widget/resizable_draggable_widget_web.dart';