dense_table 0.1.0
dense_table: ^0.1.0 copied to clipboard
A high-density data table widget designed for professional desktop and web applications. Prioritizes performance, virtualization, and pixel-perfect control.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dense_tableThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dense_table: ^0.1.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:dense_table/dense_table.dart';