artur-ios-dev / flutter_control_pad

A control pad with a virtual joystick and buttons.
https://pub.dev/packages/control_pad
GNU General Public License v3.0
40 stars 24 forks source link

[FEATURE] Add ButtonsView #3

Closed artur-ios-dev closed 5 years ago

artur-ios-dev commented 5 years ago

ButtonsView will be a view that can contain 1 or more buttons with configurable action (callback). It should be possible to choose either a grid or a circular layout for the buttons.

dudeck commented 5 years ago

I'm working on that.