grid_sheet 1.2.4
grid_sheet: ^1.2.4 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.4 #
- Refactor: replace expression style fields with static-based text style
BREAKING CHANGE: removed
textStyleExpression— usetextStyleinstead
1.2.3 #
- Refactor: replace static color/style fields with expression-based conditional formatting API
BREAKING CHANGE: removed
expression,backgroundColor,fontStyle— usebackgroundColorExpressionandtextStyleExpressioninstead
1.2.2 #
- Added dynamic table generation: tables can now be generated at runtime based on
columnsCountandrowsCount. - Added
renameColumnsmethod: allows renaming of column names and optional titles.
1.2.1 #
- Refactored internal auto-fill logic to reduce code duplication and improve maintainability.
- Added
loadingOverlayColoroption 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.