Files
Hidenori Matsubayashi a608dc05a1 examples: update elinux template source files (#73)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
2023-08-17 03:59:28 +00:00
..
2021-08-30 15:58:08 +09:00
2021-08-30 15:58:08 +09:00
2021-08-30 15:58:08 +09:00

joystick

The implementation of the joystick plugin for eLinux.

Usage

pubspec.yaml

dependencies:
  joystick:
    git:
      url: https://github.com/sony/flutter-elinux-plugins.git
      path: packages/joystick
      ref: main

Source code

Import joystick in your Dart code:

import 'package:joystick/joystick.dart';