expandable_section 0.0.4
expandable_section: ^0.0.4 copied to clipboard
Lightweight and customizable Flutter widget for smoothly animating the expansion and collapse of any child content vertically.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add expandable_sectionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
expandable_section: ^0.0.4Alternatively, 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_section/expandable_section.dart';