Add joystick plugin (#39)

https://github.com/sony/flutter-elinux-plugins/issues/35
This commit is contained in:
Hidenori Matsubayashi
2021-08-30 15:58:08 +09:00
committed by GitHub
parent bb10db6bdb
commit fc39cb676c
27 changed files with 1320 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
# joystick
The implementation of the joystick plugin for eLinux.
## Usage
### pubspec.yaml
```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:
```dart
import 'package:joystick/joystick.dart';
```