grid_export 0.1.0
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_exportThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
grid_export: ^0.1.0Alternatively, 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';