flexible_table 2.0.0+1 copy "flexible_table: ^2.0.0+1" to clipboard
flexible_table: ^2.0.0+1 copied to clipboard

A table with flexible sized colums and an effectively unlimited number of rows that retains performance.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flexible_table
copied to clipboard

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

dependencies:
  flexible_table: ^2.0.0+1
copied to clipboard

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:flexible_table/flexible_table.dart';
copied to clipboard
0
likes
160
points
17
downloads

Publisher

verified publisherpeifferinnovations.com

Weekly Downloads

2024.09.29 - 2025.04.13

A table with flexible sized colums and an effectively unlimited number of rows that retains performance.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, multi_split_view, popover, provider

More

Packages that depend on flexible_table