grid_export 0.1.0 copy "grid_export: ^0.1.0" to clipboard
grid_export: ^0.1.0 copied to clipboard

Optional CSV export and clipboard add-on for flutter_grid. Converts any GridController state (all rows or current page) to a CSV / TSV string and copies it to the system clipboard with a single call.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add grid_export

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

dependencies:
  grid_export: ^0.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:grid_export/grid_export.dart';
0
likes
140
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Optional CSV export and clipboard add-on for flutter_grid. Converts any GridController state (all rows or current page) to a CSV / TSV string and copies it to the system clipboard with a single call.

Homepage
Repository (GitHub)
View/report issues

Topics

#table #grid #csv #flutter-grid

License

MIT (license)

Dependencies

flutter, grid_core

More

Packages that depend on grid_export