flutter_left_right_container 0.9.4
flutter_left_right_container: ^0.9.4 copied to clipboard
A dual-pane layout widget featuring customizable start/end containers with smooth animated collapse, expansion states, and automatic dimension-tracking capabilities.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_left_right_containerWith Flutter:
$ flutter pub add flutter_left_right_containerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_left_right_container: ^0.9.4Alternatively, your editor might support dart pub get or 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_left_right_container/flutter_left_right_container.dart';