flutter_joystick 0.0.4 flutter_joystick: ^0.0.4 copied to clipboard
A virtual joystick widget for Flutter applications. Highly flexible and customizable.
0.0.4 #
- Added: Support for customizing
drawArrows
,size
, andcolor
parameters inJoystickBase
. - Added: Support for customizing
size
parameter inJoystickStick
.
0.0.3 #
- Added a send of zero offset to the joystick listener when the stick is released
0.0.2 #
- Added callbacks that are called when the stick starts and ends movement
0.0.1 #
- Added Joystick widget. Added JoystickArea widget.