custom_expandable_table 1.0.3 copy "custom_expandable_table: ^1.0.3" to clipboard
custom_expandable_table: ^1.0.3 copied to clipboard

A Flutter widget for create an expandable table with header and first column fixed. Based on the popular flutter_expandable_table.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_expandable_table

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

dependencies:
  custom_expandable_table: ^1.0.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:custom_expandable_table/custom_expandable_table.dart';
2
likes
80
pub points
0%
popularity

Publisher

unverified uploader

A Flutter widget for create an expandable table with header and first column fixed. Based on the popular flutter_expandable_table.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_scroll_shadow, linked_scroll_controller, provider

More

Packages that depend on custom_expandable_table