freedom_table 0.3.6+3 copy "freedom_table: ^0.3.6+3" to clipboard
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';
16
likes
120
pub points
59%
popularity

Publisher

verified publisherzhangyingzi.top

A web table which support colspan and rowspan. And support auto-height rows, and support optional pager.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on freedom_table