freedom_table 0.2.4 copy "freedom_table: ^0.2.4" to clipboard
freedom_table: ^0.2.4 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 Dart:

 $ dart pub add freedom_table

With Flutter:

 $ flutter pub add freedom_table

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  freedom_table: ^0.2.4

Alternatively, your editor might support dart pub get or 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
0
pub points
55%
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

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on freedom_table