Add joystick plugin (#39)
https://github.com/sony/flutter-elinux-plugins/issues/35
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: joystick
|
||||
description: A Flutter plugin for getting information about and controlling the
|
||||
joystick on eLinux.
|
||||
version: 1.0.0
|
||||
homepage: https://github.com/sony/flutter-elinux-plugins
|
||||
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/joystick
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
flutter: ">=1.20.0"
|
||||
|
||||
dependencies:
|
||||
ffi: ^1.1.2
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
platforms:
|
||||
elinux:
|
||||
pluginClass: JoystickPlugin
|
||||
Reference in New Issue
Block a user