scrollable_table_view 2.0.3 copy "scrollable_table_view: ^2.0.3" to clipboard
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';
66
likes
140
pub points
92%
popularity

Publisher

verified publisherbunistack.com

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on scrollable_table_view