super_table_field 3.2.0
super_table_field: ^3.2.0 copied to clipboard
Super Table Field — a GeniusLink Flutter design-system package for ERP and accounting data grids. Includes read/edit modes, typed columns, change tracking, filtering, aggregations, selection stats, co [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add super_table_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
super_table_field: ^3.2.0Alternatively, 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:super_table_field/super_table_field.dart';