flutter_joystick 0.1.0
flutter_joystick: ^0.1.0 copied to clipboard
A virtual joystick widget for Flutter applications. Highly flexible and customizable.
0.1.0 #
- Added animation logic to the
Joystickto animate theJoystickStickon load which can be toggled usingincludeInitialAnimationparameter. - Added: Support for customizing
arrowsColor,boxShadowsandwithBorderCircleparameter inJoystickBase. - Added: Support for customizing
colorandshadowColorparameters inJoystickStick. - Added new
JoystickArrowswidget and removed the current arrow rendering logic fromJoystickBasewidget. The arrows inJoystickArrowsanimate and the animation can be toggled usingenableArrowAnimationinJoystickBasewidget. - Added new
ColorUtilsclass which exposes staticdarkenandlightenmethods.
0.0.4 #
- Added: Support for customizing
drawArrows,size, andcolorparameters inJoystickBase. - Added: Support for customizing
sizeparameter 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.