flutter_grid_button 1.1.4
flutter_grid_button: ^1.1.4 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.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.