flutter_expand_view 1.6.2 flutter_expand_view: ^1.6.2 copied to clipboard
Flutter Expansion Collapse view is a flutter plugin that helps you make a Expansion Collapse view. Create Expansion Collapse view has never been easier and faster
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_expand_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_expand_view: ^1.6.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:flutter_expand_view/flutter_expand_view.dart';