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

outdated

A minimal yet powerful approach to editable data tables making it completely editable, customizable, be styled, excellent integration with Form widget, and 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.1.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:fluttable/fluttable.dart';
6
likes
30
pub points
8%
popularity

Publisher

verified publisherstradaimaging.com

A minimal yet powerful approach to editable data tables making it completely editable, customizable, be styled, excellent integration with Form widget, and coupled with a powerful validator (16 varieties).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fluttable