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.
0.1.0 #
- Initial release.
GridExporter<T>— converts anyGridControllerstate 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.