Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 356 Bytes

File metadata and controls

21 lines (17 loc) · 356 Bytes

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';