control_pad

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

control pad

control_pad #
A virtual pad with joystick controller and configurable buttons.

Features #

✅ Joystick controller
✅ Pad's buttons
✅ Configurable events interval
✅ Configurable colors

Usage #
class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Control Pad Example'),
),
body: Container(
color: Colors.white,
child: JoystickView(),
),
);
}
}
copied to clipboard
Questions or Feedback? #
Feel free to open an issue.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.