crud_table 0.0.6 crud_table: ^0.0.6 copied to clipboard
CRUD Table Flutter is a package for crating CURD-UI for your entity/object/class easily. It consists of a Lazy loading function, resizable columns, and integrated CRUD Form.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add crud_table
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
crud_table: ^0.0.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:crud_table/crud_table.dart';