fluttable 1.2.1 copy "fluttable: ^1.2.1" to clipboard
fluttable: ^1.2.1 copied to clipboard

A minimal yet powerful approach to editable data tables coupled with a powerful validator (16 varieties).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluttable

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

dependencies:
  fluttable: ^1.2.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:fluttable/fluttable.dart';
6
likes
40
pub points
12%
popularity

Publisher

verified publisherstradaimaging.com

A minimal yet powerful approach to editable data tables coupled with a powerful validator (16 varieties).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fluttable