flutter_grid_button
Flutter widget that arrange buttons in a grid. It is useful for making a number pad, calculator, and so on.
Getting Started
To use this plugin, add flutter_grid_button
as a dependency in your pubspec.yaml file.
Import the library in your file.
See the example
directory for a complete sample app using GridButton.
Or use the GridButton like below.