grid_ui 0.1.0 copy "grid_ui: ^0.1.0" to clipboard
grid_ui: ^0.1.0 copied to clipboard

Pre-built UI layer for flutter_grid. Ships FlutterGrid, GridDataTable, GridTheme, GridSlots, built-in cell renderers (badge, avatar, progress, link, money, date, boolean…), toolbar, search, and pagina [...]

0.1.0 #

  • Initial release.
  • FlutterGrid<T> — high-level widget with toolbar, filter bar, data table, and pagination. Accepts dataSource or fetchData callback.
  • GridDataTable<T> — low-level animated table with pinned column support.
  • GridTheme / GridThemeData — full visual customisation.
  • GridSlots<T> — override any UI section (toolbar, pagination, empty state, error state, loading state, bulk-action bar, row leading/trailing).
  • Built-in cell renderers: TextCellRenderer, NumberCellRenderer, MoneyCellRenderer, DateCellRenderer, BadgeCellRenderer, BooleanCellRenderer, AvatarNameCellRenderer, LinkCellRenderer, ProgressCellRenderer.
  • HighlightText — highlights global-filter matches inline.
  • GridToolbar, GridSearchField, GridPagination, GridColumnChooser, GridFilterBar, GridBulkActionBar.
0
likes
130
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pre-built UI layer for flutter_grid. Ships FlutterGrid, GridDataTable, GridTheme, GridSlots, built-in cell renderers (badge, avatar, progress, link, money, date, boolean…), toolbar, search, and pagination widgets.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

flutter, grid_core, grid_flutter

More

Packages that depend on grid_ui