回答編集履歴
1
URL変更
test
CHANGED
@@ -4,15 +4,15 @@
|
|
4
4
|
|
5
5
|
・RawKeyboardListenerを使用する
|
6
6
|
|
7
|
-
参考:https://stackoverflow.com/questions/54200938/external-keyboard-in-flutter-support
|
7
|
+
参考:[https://stackoverflow.com/questions/54200938/external-keyboard-in-flutter-support](https://stackoverflow.com/questions/54200938/external-keyboard-in-flutter-support)
|
8
8
|
|
9
|
-
https://api.flutter.dev/flutter/widgets/RawKeyboardListener-class.html
|
9
|
+
[https://api.flutter.dev/flutter/widgets/RawKeyboardListener-class.html](https://api.flutter.dev/flutter/widgets/RawKeyboardListener-class.html)
|
10
10
|
|
11
11
|
|
12
12
|
|
13
13
|
・hardware_buttonsを使用する
|
14
14
|
|
15
|
-
参考:https://pub.dev/packages/hardware_buttons
|
15
|
+
参考:[https://pub.dev/packages/hardware_buttons](https://pub.dev/packages/hardware_buttons)
|
16
16
|
|
17
17
|
|
18
18
|
|