scrollable_table_view 0.0.2 copy "scrollable_table_view: ^0.0.2" to clipboard
scrollable_table_view: ^0.0.2 copied to clipboard

outdated

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: ^0.0.2

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';
76
likes
0
points
1.84k
downloads

Publisher

verified publisherbunistack.com

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on scrollable_table_view