BREAKING!
- API of the SpannableGrid widget is changed (in part of styling and editing options)
- Added support of immediate editing
- Added optional restrictions of moving cells
- Added more grid sizing options
- Code clean up
- Doc fixes
- Migration to null safety.
- Fix a bug where the widget didn't refresh with updated cells.
- Fix a crash while dragging the cell.
- Added
rowHeightparameter, that allows to set height of grid rows explicitly.
- Added
showGridparameter, that allows grid structure to be visible permanently, no only in the editing mode - Added
emptyCellViewparameter, that can be used to set custom view for empty cells
- Added
editingOnLongPressparameter, that controls if the editing mode is allowed
- Added
editingGridColorandeditingCellDecorationparameters to customize the widget appearance in editing mode
- Update README.md
- SpannableGrid is a custom grid view that allows its cells to span columns and rows. The grid has a fixed size defined by number of columns and rows. The widget supports edit mode, in which user can move cells in the grid.