fitted_table 0.0.1-beta.5 copy "fitted_table: ^0.0.1-beta.5" to clipboard
fitted_table: ^0.0.1-beta.5 copied to clipboard

A customaizable table with intuitive behavior that allows for pagination, and has expandable rows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fitted_table

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

dependencies:
  fitted_table: ^0.0.1-beta.5

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:fitted_table/fitted_table.dart';
0
likes
125
pub points
41%
popularity

Publisher

unverified uploader

A customaizable table with intuitive behavior that allows for pagination, and has expandable rows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, infinite_scroll_pagination

More

Packages that depend on fitted_table