control_pad 1.0.1+1 copy "control_pad: ^1.0.1+1" to clipboard
control_pad: ^1.0.1+1 copied to clipboard

outdated

A virtual pad with joystick controller and configurable buttons.

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.

50
likes
40
pub points
79%
popularity

Publisher

unverified uploader

A virtual pad with joystick controller and configurable buttons.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on control_pad