flexible_scrollable_table_view 3.0.6
flexible_scrollable_table_view: ^3.0.6 copied to clipboard
A table view who can scroll both vertical and horizontal.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flexible_scrollable_table_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flexible_scrollable_table_view: ^3.0.6Alternatively, 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:flexible_scrollable_table_view/flexible_scrollable_table_view.dart';