tablegrid 0.0.1 copy "tablegrid: ^0.0.1" to clipboard
tablegrid: ^0.0.1 copied to clipboard

This is a Flutter package for having effective control of a datagrid with potential for more complex modifications to be used in multiple places.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tablegrid

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

dependencies:
  tablegrid: ^0.0.1

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:tablegrid/datagrid.dart';
0
likes
130
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is a Flutter package for having effective control of a datagrid with potential for more complex modifications to be used in multiple places.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tablegrid