3
Flutter:エラー:ゲッターが見つかりません: 'suspending'。ケースAppLifecycleState.suspending
(ローカルiOSシミュレーターで)アプリを起動しようとしたときに、Stable ChannelでFlutterをアップグレードし、次のStackTraceを取得しました。を使用した単体テストの実行flutter testも影響を受けます。 Launching lib/main.dart on iPhone 8 in debug mode... Compiler message: ../../flutter/.pub-cache/hosted/pub.dartlang.org/native_device_orientation-0.1.2/lib/native_device_orientation.dart:149:30: Error: Getter not found: 'suspending'. case AppLifecycleState.suspending: ^^^^^^^^^^ Target kernel_snapshot failed: Exception: Errors during snapshot creation: null Failed to build bundle. Error launching application on iPhone 8. フラッタードクター-v [✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS …