flutter_grid_button 1.1.7 flutter_grid_button: ^1.1.7 copied to clipboard
Flutter widget that arrange buttons in a grid. It is useful for making a number pad, calculator, and so on.
[1.1.7] #
- Added
GridButtonItem.longPressValue
&GridButton.enabled
.
[1.1.6] #
- Added
GridButtonItem.borderRadius
.
[1.1.5] #
- Fixed a bug with
GridButton.borderWidth
.
[1.1.4] #
- Added
GridButton.hideSurroundingBorder
.
[1.1.3] #
- Added
GridButton.borderWidth
. - Fixed an issue with incorrect border width.
[1.1.2] #
- Added
GridButton.textDirection
.
[1.1.1] #
- Changed
GridButton.onPressed
parameter todynamic
.
[1.1.0] #
- Added
GridButton.textStyle
.
[1.0.0] #
- Updated README.
[0.0.1] #
- First Release.