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

Improve customizability of joystick view #35

Closed ramuno4 closed 7 months ago

ramuno4 commented 3 years ago

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 CircleViews are forced to be of innerCircleSize so that the calculations cannot be affected The input icon only accepts IconData, so size cannot be directly controlled by the user

This would address issues 31, 27, 23