draggable_resizable_container 0.0.1
draggable_resizable_container: ^0.0.1 copied to clipboard
This is a customizable Flutter widget that allows users to resize and drag a container. It displays a list of items with optional action buttons and supports dynamic height adjustment. The appearance, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add draggable_resizable_containerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
draggable_resizable_container: ^0.0.1Alternatively, 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_resizable_container/draggable_resizable_container.dart';