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

A Flutter widget that provides a flexible, resizable layout with draggable dividers. It allows you to create multi-pane layouts where users can resize the panes by dragging the dividers between them. [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add resizable_columns

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

dependencies:
  resizable_columns: ^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:resizable_columns/resizable_columns.dart';
7
likes
130
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that provides a flexible, resizable layout with draggable dividers. It allows you to create multi-pane layouts where users can resize the panes by dragging the dividers between them. Suitable for building responsive and interactive UIs that require adjustable panel sizes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on resizable_columns