single_child_two_dimensional_scroll_view 0.0.3
single_child_two_dimensional_scroll_view: ^0.0.3 copied to clipboard
A box in which a single widget can be scrolled in two dimensions
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add single_child_two_dimensional_scroll_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
single_child_two_dimensional_scroll_view: ^0.0.3
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:single_child_two_dimensional_scroll_view/single_child_two_dimensional_scroll_view.dart';