scrollable_table_view 2.0.3 scrollable_table_view: ^2.0.3 copied to clipboard
This is a multi axis scrollable data table, that allows you to scroll on both the vertical and horizontal axis, with the header remaining static on the vertical axis.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scrollable_table_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
scrollable_table_view: ^2.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:scrollable_table_view/scrollable_table_view.dart';