expandable_column 0.0.1
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_columnThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
expandable_column: ^0.0.1Alternatively, 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';