Hi.
I'm trying using this joystick to test.
However, I cannot build JoystickView() because of an error.
Error is :
The getter 'localPosition' isn't defined for the class 'DragUpdateDetails'
There is no 'localPosition' variable in DragUpdateDetails.
The error occurs on details.localPosition in joystick_view.dart
Are you going to fix this error?
Thank you!
Hi. I'm trying using this joystick to test. However, I cannot build JoystickView() because of an error.
Error is : The getter 'localPosition' isn't defined for the class 'DragUpdateDetails'
There is no 'localPosition' variable in DragUpdateDetails. The error occurs on
details.localPosition
in joystick_view.dart Are you going to fix this error? Thank you!