pltlg / flutter_control_pad

A control pad with a virtual joystick and buttons.

Home Page:https://pub.dev/packages/control_pad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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(),
      ),
    );
  }
}

Questions or Feedback?

Feel free to open an issue.

About

A control pad with a virtual joystick and buttons.

https://pub.dev/packages/control_pad

License:GNU General Public License v3.0


Languages

Language:Dart 100.0%