flutter_control_pad
flutter_control_pad copied to clipboard
A control pad with a virtual joystick and buttons.
- Using code from @rjvysakh - Add more fix
Hello, can I scale the control pad? I would like to use a smaller one.
Hello, Can you please update the package to support Null Safety / SDK 2.12 / Flutter 2? Thanks!
Null safety has been established
* dart migration (sdk >= 2.12.0) * null safety * List() deprecated -> []
Hey, Is there a way to call setState in the onDirecitonChanged callback or is there another way to do it ? Thanks :)
I've double-checked properties and here is the updated pull request. Could you @artrmz, please, create a new preview package with this Null Safety implementation?
Added the ability to pass in your own CircleView widgets to the JoystickView constructor, and choose a custom Icon to show around the joystick, allowing more visual flexibility. The input...
may I know how should the Arduino BLE controller (control pad) be connected to the robot? can I get the code?
How to get the x and y of the joystick? there are only two results on directionchanged.