flutter_gamepad icon indicating copy to clipboard operation
flutter_gamepad copied to clipboard

A gamepad library for Flutter

Results 7 flutter_gamepad issues
Sort by recently updated
recently updated
newest added

Hello, I would like to use this package in my application. However, the latest flutter rejects due to the fact that the package is not Null safety. Can you please...

Added fixes and migration to Flutter null-safety. The Android plugin though needs to be upgraded as well.

``` e: /Users/jstillwell/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_gamepad-0.3.2/android/src/main/kotlin/com/example/flutter_gamepad/FlutterGamepadPlugin.kt: (23, 95): No value passed for parameter 'p1' e: /Users/jstillwell/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_gamepad-0.3.2/android/src/main/kotlin/com/example/flutter_gamepad/FlutterGamepadPlugin.kt: (33, 124): Type mismatch: inferred type is KeyEventChannel but View was expected e: /Users/jstillwell/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_gamepad-0.3.2/android/src/main/kotlin/com/example/flutter_gamepad/FlutterGamepadPlugin.kt: (33, 141): Type...

Hi, Are there any plans to include windows support into this library? I'd like to register my interest if so. Thanks so much.

I was wondering if this library supports events generated when media keys are pressed (especially on bluetooth presentation controllers like Satechi, Logitech etc). I mean for example events generated when...

[On current stable flutter commit](https://github.com/flutter/flutter/commit/9f5ff2306bb3e30b2b98eee79cd231b1336f41f4) I cannot build an android app using flutter_gamepad. When building and running using VSCode I actually install an app without any warnings, but the app...

bug