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

discontinuedreplaced by: data_table_2

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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
78
likes
160
points
1.85k
downloads

Publisher

verified publisherbunistack.com

Weekly Downloads

2024.09.20 - 2025.04.04

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scrollable_table_view