resizable_container_box 0.0.1 copy "resizable_container_box: ^0.0.1" to clipboard
resizable_container_box: ^0.0.1 copied to clipboard

A draggable and resizable Flutter container with color/image/text customization.

ResizableContainerBox #

A customizable draggable and resizable container widget with image, color, and text support. Built for Flutter.

Features #

  • Drag to move
  • Resize with handle
  • Custom background color
  • Load image from local file
  • Editable text child
  • Properties callback for external state handling

Installation #

Add to pubspec.yaml:

dependencies:
  resizable_container_box: ^0.0.1

Usage #

ResizableContainerBox(
  key: UniqueKey(),
  counter: 0,
  color: Colors.blue,
  propertiesCallback: (props) {
    print(props);
  },
  removeCallback: (key) {
    // handle remove
  },
)
0
likes
115
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A draggable and resizable Flutter container with color/image/text customization.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

file_picker, flutter, flutter_colorpicker

More

Packages that depend on resizable_container_box