better_data_table 0.2.0
better_data_table: ^0.2.0 copied to clipboard
A highly customizable Flutter table widget with sorting, selection, expandable rows, collapsible groups, column visibility, striped rows, and a comprehensive theming system.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add better_data_tableThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
better_data_table: ^0.2.0Alternatively, 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:better_data_table/better_data_table.dart';