leanflutter/hotkey_manager

compilation error on Flutter 2.5.0-5.2.pre

rburgst opened this issue · 1 comments

flutter --version
Flutter 2.5.0-5.2.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision 19c61fed0d (10 days ago) • 2021-08-18 17:10:31 -0700
Engine • revision 7a4c4505f6
Tools • Dart 2.14.0 (build 2.14.0-377.7.beta)

The results of flutter run -v

[  +14 ms]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:6:36:
Error: Getter not found: 'none'.
[        ]   KeyCode.none: LogicalKeyboardKey.none,
[        ]                                    ^^^^
[   +7 ms]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:12:37:
Error: Getter not found: 'turbo'.
[        ]   KeyCode.turbo: LogicalKeyboardKey.turbo,
[        ]                                     ^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:13:51:
Error: Getter not found: 'privacyScreenToggle'.
[        ]   KeyCode.privacyScreenToggle: LogicalKeyboardKey.privacyScreenToggle,
[        ]                                                   ^^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:16:51:
Error: Getter not found: 'displayToggleIntExt'.
[        ]   KeyCode.displayToggleIntExt: LogicalKeyboardKey.displayToggleIntExt,
[        ]                                                   ^^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:17:43:
Error: Getter not found: 'usbReserved'.
[        ]   KeyCode.usbReserved: LogicalKeyboardKey.usbReserved,
[        ]                                           ^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:18:48:
Error: Getter not found: 'usbErrorRollOver'.
[        ]   KeyCode.usbErrorRollOver: LogicalKeyboardKey.usbErrorRollOver,
[        ]                                                ^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:19:43:
Error: Getter not found: 'usbPostFail'.
[        ]   KeyCode.usbPostFail: LogicalKeyboardKey.usbPostFail,
[        ]                                           ^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:20:49:
Error: Getter not found: 'usbErrorUndefined'.
[        ]   KeyCode.usbErrorUndefined: LogicalKeyboardKey.usbErrorUndefined,
[        ]                                                 ^^^^^^^^^^^^^^^^^
[   +1 ms]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:159:47:
Error: Getter not found: 'numpadBackspace'.
[        ]   KeyCode.numpadBackspace: LogicalKeyboardKey.numpadBackspace,
[        ]                                               ^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:160:49:
Error: Getter not found: 'numpadMemoryStore'.
[        ]   KeyCode.numpadMemoryStore: LogicalKeyboardKey.numpadMemoryStore,
[        ]                                                 ^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:161:50:
Error: Getter not found: 'numpadMemoryRecall'.
[        ]   KeyCode.numpadMemoryRecall: LogicalKeyboardKey.numpadMemoryRecall,
[        ]                                                  ^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:162:49:
Error: Getter not found: 'numpadMemoryClear'.
[        ]   KeyCode.numpadMemoryClear: LogicalKeyboardKey.numpadMemoryClear,
[        ]                                                 ^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:163:47:
Error: Getter not found: 'numpadMemoryAdd'.
[        ]   KeyCode.numpadMemoryAdd: LogicalKeyboardKey.numpadMemoryAdd,
[        ]                                               ^^^^^^^^^^^^^^^
[   +1 ms]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:164:52:
Error: Getter not found: 'numpadMemorySubtract'.
[        ]   KeyCode.numpadMemorySubtract: LogicalKeyboardKey.numpadMemorySubtract,
[        ]                                                    ^^^^^^^^^^^^^^^^^^^^
[   +1 ms]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:165:48:
Error: Getter not found: 'numpadSignChange'.
[        ]   KeyCode.numpadSignChange: LogicalKeyboardKey.numpadSignChange,
[        ]                                                ^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:166:43:
Error: Getter not found: 'numpadClear'.
[        ]   KeyCode.numpadClear: LogicalKeyboardKey.numpadClear,
[        ]                                           ^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:167:48:
Error: Getter not found: 'numpadClearEntry'.
[        ]   KeyCode.numpadClearEntry: LogicalKeyboardKey.numpadClearEntry,
[        ]                                                ^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:180:48:
Error: Getter not found: 'brightnessToggle'.
[        ]   KeyCode.brightnessToggle: LogicalKeyboardKey.brightnessToggle,
[        ]                                                ^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:181:49:
Error: Getter not found: 'brightnessMinimum'.
[        ]   KeyCode.brightnessMinimum: LogicalKeyboardKey.brightnessMinimum,
[        ]                                                 ^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:182:49:
Error: Getter not found: 'brightnessMaximum'.
[        ]   KeyCode.brightnessMaximum: LogicalKeyboardKey.brightnessMaximum,
[        ]                                                 ^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:183:46:
Error: Getter not found: 'brightnessAuto'.
[        ]   KeyCode.brightnessAuto: LogicalKeyboardKey.brightnessAuto,
[        ]                                              ^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:184:42:
Error: Getter not found: 'kbdIllumUp'.
[        ]   KeyCode.kbdIllumUp: LogicalKeyboardKey.kbdIllumUp,
[        ]                                          ^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:185:44:
Error: Getter not found: 'kbdIllumDown'.
[        ]   KeyCode.kbdIllumDown: LogicalKeyboardKey.kbdIllumDown,
[        ]                                            ^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:188:44:
Error: Getter not found: 'programGuide'.
[        ]   KeyCode.programGuide: LogicalKeyboardKey.programGuide,
[        ]                                            ^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:203:41:
Error: Getter not found: 'bassBoost'.
[        ]   KeyCode.bassBoost: LogicalKeyboardKey.bassBoost,
[        ]                                         ^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:204:43:
Error: Getter not found: 'mediaSelect'.
[        ]   KeyCode.mediaSelect: LogicalKeyboardKey.mediaSelect,
[        ]                                           ^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:210:42:
Error: Getter not found: 'launchApp2'.
[        ]   KeyCode.launchApp2: LogicalKeyboardKey.launchApp2,
[        ]                                          ^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:211:42:
Error: Getter not found: 'launchApp1'.
[        ]   KeyCode.launchApp1: LogicalKeyboardKey.launchApp1,
[        ]                                          ^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:212:53:
Error: Getter not found: 'launchInternetBrowser'.
[        ]   KeyCode.launchInternetBrowser: LogicalKeyboardKey.launchInternetBrowser,
[        ]                                                     ^^^^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:214:42:
Error: Getter not found: 'lockScreen'.
[        ]   KeyCode.lockScreen: LogicalKeyboardKey.lockScreen,
[        ]                                          ^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:216:42:
Error: Getter not found: 'selectTask'.
[        ]   KeyCode.selectTask: LogicalKeyboardKey.selectTask,
[        ]                                          ^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:217:47:
Error: Getter not found: 'launchDocuments'.
[        ]   KeyCode.launchDocuments: LogicalKeyboardKey.launchDocuments,
[        ]                                               ^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:219:52:
Error: Getter not found: 'launchKeyboardLayout'.
[        ]   KeyCode.launchKeyboardLayout: LogicalKeyboardKey.launchKeyboardLayout,
[        ]                                                    ^^^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:222:50:
Error: Getter not found: 'launchAudioBrowser'.
[        ]   KeyCode.launchAudioBrowser: LogicalKeyboardKey.launchAudioBrowser,
[        ]                                                  ^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:241:52:
Error: Getter not found: 'keyboardLayoutSelect'.
[        ]   KeyCode.keyboardLayoutSelect: LogicalKeyboardKey.keyboardLayoutSelect,
[        ]                                                    ^^^^^^^^^^^^^^^^^^^^
[        ]
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/hotkey_manager-0.0.3/lib/src/enums/key_code.dart:242:46:
Error: Getter not found: 'showAllWindows'.
[        ]   KeyCode.showAllWindows: LogicalKeyboardKey.showAllWindows,
[        ]                                              ^^^^^^^^^^^^^^
[+1601 ms] note: Build preparation complete

Please upgrade to 0.0.4

dependencies:
  hotkey_manager: ^0.0.4