artur-ios-dev / flutter_control_pad

A control pad with a virtual joystick and buttons.
https://pub.dev/packages/control_pad
GNU General Public License v3.0
40 stars 24 forks source link

localPosition error #15

Closed beautylight closed 5 years ago

beautylight commented 5 years ago

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!

beautylight commented 5 years ago

Sorry, It was resolved by upgrading flutter!