flutter_basic_table 2.0.1
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