flutter_basic_table 2.0.1 copy "flutter_basic_table: ^2.0.1" to clipboard
flutter_basic_table: ^2.0.1 copied to clipboard

A comprehensive and customizable table widget for Flutter with Map-based column management, sorting, selection, theming, and interactive features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_basic_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:
  flutter_basic_table: ^2.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:flutter_basic_table/flutter_basic_table.dart';
copied to clipboard
1
likes
150
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

2024.11.11 - 2025.10.06

A comprehensive and customizable table widget for Flutter with Map-based column management, sorting, selection, theming, and interactive features.

Repository (GitHub)
View/report issues

Topics

#table #widget #data-table #responsive #customizable

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_basic_table