material_table_view 4.0.1 copy "material_table_view: ^4.0.1" to clipboard
material_table_view: ^4.0.1 copied to clipboard

Comprehensive, feature-rich and intuitive UI/UX solution for most if not all the data table use cases that is easy to integrate into any Flutter app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add material_table_view

With Flutter:

 $ flutter pub add material_table_view

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

dependencies:
  material_table_view: ^4.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:material_table_view/material_table_view.dart';
169
likes
0
points
2.9k
downloads

Publisher

verified publishernikolaynik.com

Weekly Downloads

Comprehensive, feature-rich and intuitive UI/UX solution for most if not all the data table use cases that is easy to integrate into any Flutter app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on material_table_view