control_pad_plus 0.0.2 copy "control_pad_plus: ^0.0.2" to clipboard
control_pad_plus: ^0.0.2 copied to clipboard

outdated

A null safe version of the control_pad package.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home_page.dart';

void main() {
  runApp(const JoystickExample());
}

class JoystickExample extends StatelessWidget {
  const JoystickExample({super.key});

  @override
  Widget build(BuildContext context) {
    // ignore: prefer_const_constructors
    return MaterialApp(
      home: const MyHomePage(),
    );
  }
}
5
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A null safe version of the control_pad package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on control_pad_plus