flutter_joystick 0.2.1 flutter_joystick: ^0.2.1 copied to clipboard
A virtual joystick widget for Flutter applications. Highly flexible and customizable.
0.2.1 #
- Update an example app
- Update README.md
0.2.0 #
- Introduced the
JoystickBaseDecoration
class, enabling customization ofJoystickBase
. - Introduced the
JoystickStickDecoration
class, enabling customization ofJoystickStick
. - Introduced the
JoystickArrowsDecoration
class, enabling customization ofJoystickArrows
. - Expanded README.md with additional details on customizing the Joystick.
0.1.0 #
- Added animation logic to the
Joystick
to animate theJoystickStick
on load which can be toggled usingincludeInitialAnimation
parameter. - Added: Support for customizing
arrowsColor
,boxShadows
andwithBorderCircle
parameter inJoystickBase
. - Added: Support for customizing
color
andshadowColor
parameters inJoystickStick
. - Added new
JoystickArrows
widget and removed the current arrow rendering logic fromJoystickBase
widget. The arrows inJoystickArrows
animate and the animation can be toggled usingenableArrowAnimation
inJoystickBase
widget. - Added new
ColorUtils
class which exposes staticdarken
andlighten
methods.
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.