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

An expandable Flutter column widget that supports scrolling while allowing Expanded and Spacer widgets. Perfect for responsive layouts that need to fill available space.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add expandable_column

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

dependencies:
  expandable_column: ^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:expandable_column/expandable_column.dart';
1
likes
160
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An expandable Flutter column widget that supports scrolling while allowing Expanded and Spacer widgets. Perfect for responsive layouts that need to fill available space.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #widget #layout #scrollable #column

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on expandable_column