grid_ui 0.1.0
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. AcceptsdataSourceorfetchDatacallback.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.