editablegrid 1.0.0 copy "editablegrid: ^1.0.0" to clipboard
editablegrid: ^1.0.0 copied to clipboard

A library created to speed up and simplify the process of creating simple editable grids.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add editablegrid

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

dependencies:
  editablegrid: ^1.0.0

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:editablegrid/editable-grid.dart';
import 'package:editablegrid/models/grid-cell.dart';
import 'package:editablegrid/models/grid-headers.dart';
import 'package:editablegrid/utils/editable-cell-widgets.dart';
import 'package:editablegrid/utils/validators.dart';
import 'package:editablegrid/widgets/editable/editable-cell.dart';
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A library created to speed up and simplify the process of creating simple editable grids.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on editablegrid