data_grid_view 0.0.3 copy "data_grid_view: ^0.0.3" to clipboard
data_grid_view: ^0.0.3 copied to clipboard

DataGridView widget similar to Winforms DataGridView with XLS/PDF export support and Direct Prinitng Support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add data_grid_view

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

dependencies:
  data_grid_view: ^0.0.3

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:data_grid_view/data_grid_view.dart';
1
likes
70
points
86
downloads

Publisher

verified publishercovalentinfotech.com

Weekly Downloads

DataGridView widget similar to Winforms DataGridView with XLS/PDF export support and Direct Prinitng Support.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, file_picker, file_selector, flutter, intl, linked_scroll_controller, pdf, printing, syncfusion_flutter_xlsio

More

Packages that depend on data_grid_view