grid_core 0.1.3 copy "grid_core: ^0.1.3" to clipboard
grid_core: ^0.1.3 copied to clipboard

Headless, pure-Dart core for ntech_grid. Provides the controller, state machine, column definitions, pipeline (sort/filter/paginate/group), and the GridDataSource abstraction — no Flutter dependency.

0.1.3 - 2026-05-07 #

  • Internal release bump.

0.1.0 #

  • Initial release.
  • GridController with full sort / filter / paginate / group / select pipeline.
  • GridDataSource<T> abstraction with fetch, watch, insert, update, delete.
  • GridPage<T> and GridQuery models for server-side pagination.
  • GridState with undo / redo stack.
  • Composable opt-in features: SortFeature, FilterFeature, PaginationFeature, SelectionFeature, ColumnPinningFeature, ColumnOrderingFeature, ColumnSizingFeature, ColumnVisibilityFeature, RowPinningFeature, GroupingFeature, ExpandingFeature.
  • GridMiddleware for command interception (logging, analytics, optimistic updates).
0
likes
130
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Headless, pure-Dart core for ntech_grid. Provides the controller, state machine, column definitions, pipeline (sort/filter/paginate/group), and the GridDataSource abstraction — no Flutter dependency.

Homepage
Repository (GitHub)
View/report issues

Topics

#table #grid #data-table #flutter-grid

License

MIT (license)

More

Packages that depend on grid_core