draggable_resizable_container 0.0.1 copy "draggable_resizable_container: ^0.0.1" to clipboard
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_container

This 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.1

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_resizable_container/draggable_resizable_container.dart';
0
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

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, including colors and layout, can be fully customized based on light or dark modes.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on draggable_resizable_container