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.

0.1.0 #

  • Initial release.
  • GridExporter<T> — converts any GridController state to a CSV / TSV string.
  • Supports exporting all filtered rows or the current page only.
  • Column subset selection via columnIds.
  • copyToClipboard() — writes the CSV directly to the system clipboard.
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