two_pane_view 0.0.1
two_pane_view: ^0.0.1 copied to clipboard
Two pane view to achieve good UI look and feel.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add two_pane_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
two_pane_view: ^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:two_pane_view/two_pane_view.dart';