crud_table 0.0.6 copy "crud_table: ^0.0.6" to clipboard
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';
44
likes
120
pub points
65%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fluid_kit, flutter, flutter_riverpod, split_view, visibility_detector

More

Packages that depend on crud_table