grid_sheet 1.2.3 copy "grid_sheet: ^1.2.3" to clipboard
grid_sheet: ^1.2.3 copied to clipboard

A powerful Flutter DataGrid/DataTable with advanced Excel-like capabilities and minimal configuration. Check the README for full features.

Changelog #

1.2.3 #

  • Refactor: replace static color/style fields with expression-based conditional formatting API BREAKING CHANGE: removed expression, backgroundColor, fontStyle — use backgroundColorExpression and textStyleExpression instead

1.2.2 #

  • Added dynamic table generation: tables can now be generated at runtime based on columnsCount and rowsCount.
  • Added renameColumns method: allows renaming of column names and optional titles.

1.2.1 #

  • Refactored internal auto-fill logic to reduce code duplication and improve maintainability.
  • Added loadingOverlayColor option in styleConfiguration

1.2.0 #

  • Provided support of autofill(cell drag-to-copy) feature.

1.1.9 #

  • Fixed Undo Feature issue with formula type columns

1.1.8 #

  • Fixed issues related to formula type
  • Added ISBLANK, ISNUMBER, ISTEXT formula functions

1.1.7 #

  • Updated example to demonstrate light and dark theme support
  • Provided support of formula type cell feature.

1.1.6 #

  • Added default norowswidget

1.1.5 #

  • Added issue_tracker link in pubspec file

1.1.4 #

  • Updated package description within pub.dev limits

1.1.3 #

  • Updated example with latest code

1.1.2 #

  • Fixed select all issue

1.1.1 #

  • updated license

1.1.0 #

  • Added row on hover feature.
  • Added headerWrapper feature.
  • Added filterWrapper feature.
  • Added rowWrapper feature.

1.0.5 #

  • Added sample example.

1.0.4 #

  • Removed prints.

1.0.3 #

  • Removed theming classes.

1.0.2 #

  • Removed unrequired classes.

1.0.1 #

  • Removed unrequired passages.

1.0.0 #

  • Initial release of GridSheet.
  • Added row and column operations.
  • Added sorting, filtering, pagination, and selection support.
2
likes
160
points
652
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter DataGrid/DataTable with advanced Excel-like capabilities and minimal configuration. Check the README for full features.

Homepage
View/report issues

Topics

#data-table #data-grid #table #excel #spreadsheet

Documentation

API reference

License

MIT (license)

Dependencies

expressions, flutter

More

Packages that depend on grid_sheet