app_table 0.0.1 copy "app_table: ^0.0.1" to clipboard
app_table: ^0.0.1 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 Dart:

 $ dart pub add app_table

With Flutter:

 $ flutter pub add app_table

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

dependencies:
  app_table: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
26
downloads

Publisher

verified publisherelriztechnology.com

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on app_table