resizable_columns 0.0.1 copy "resizable_columns: ^0.0.1" to clipboard
resizable_columns: ^0.0.1 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
copied to clipboard

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.1
copied to clipboard

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';
copied to clipboard
7
likes
130
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on resizable_columns