flutter_chain_table 1.0.0+2 copy "flutter_chain_table: ^1.0.0+2" to clipboard
flutter_chain_table: ^1.0.0+2 copied to clipboard

A flutter table with fixed center column list and two bi-direction tables on left and right side.

flutter_chain_table #

pub package

A flutter table with fixed center column list and two bi-direction tables on left and right side.

Installation #

Run this command to install latest:

flutter pub add flutter_chain_table

Usage #

This shows Widget's full customizations:

const ChainTable({
    super.key,
    this.header,
    this.footer,
    required this.sideTableWidth,
    required this.centerColumnWidth,
    required this.leftTableColumnCount,
    required this.rightTableColumnCount,
    required this.tableRowCount,
    required this.leftBuilder,
    required this.rightBuilder,
    required this.centerBuilder,
    this.horizontalLinkedScroll,
    this.verticalLinkedScroll,
  })

Example #

Demo of the example project:

License #

MIT

1
likes
160
pub points
0%
popularity

Publisher

unverified uploader

A flutter table with fixed center column list and two bi-direction tables on left and right side.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, linked_scroll_controller

More

Packages that depend on flutter_chain_table