freedom_table 0.3.6+3 freedom_table: ^0.3.6+3 copied to clipboard
A web table which support colspan and rowspan. And support auto-height rows, and support optional pager.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add freedom_table
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
freedom_table: ^0.3.6+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:freedom_table/freedom_table.dart';