flutterx_table 1.2.15-dev
flutterx_table: ^1.2.15-dev copied to clipboard
Flutter high customizable Table full of features including selection, sorting, actions, etc...
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutterx_tableWith Flutter:
$ flutter pub add flutterx_tableThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutterx_table: ^1.2.15-devAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutterx_table/flutterx_table.dart';