table 0.0.1-dev copy "table: ^0.0.1-dev" to clipboard
table: ^0.0.1-dev copied to clipboard

Display tabular data with ease. Perform paging, sorting and filtering without extra code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add table

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

dependencies:
  table: ^0.0.1-dev

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:table/table.dart';
3
likes
130
pub points
68%
popularity

Publisher

verified publisherarchive.plugfox.dev

Display tabular data with ease. Perform paging, sorting and filtering without extra code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on table