app_table 0.0.2 copy "app_table: ^0.0.2" to clipboard
app_table: ^0.0.2 copied to clipboard

A Flutter widget that displays a customizable table with headers and rows of data. It supports various customization options for styling and layout.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_table

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

dependencies:
  app_table: ^0.0.2

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:app_table/app_table.dart';
1
likes
160
pub points
0%
popularity

Publisher

verified publisherelriztechnology.com

A Flutter widget that displays a customizable table with headers and rows of data. It supports various customization options for styling and layout.

Repository (GitHub)
View/report issues

Topics

#table #data-table #flutter-table #flutter-data-table

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_table