trina_grid 1.6.6 copy "trina_grid: ^1.6.6" to clipboard
trina_grid: ^1.6.6 copied to clipboard

A data grid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky)

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate trina_grid

Use it

The package has the following executables:

$ trina_grid

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trina_grid

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  trina_grid: ^1.6.6

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:trina_grid/trina_grid.dart';
37
likes
150
points
2.9k
downloads

Publisher

verified publishertrinavo.com

Weekly Downloads

A data grid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, intl, path, pdf, rxdart

More

Packages that depend on trina_grid