3
Flutter : 오류 : Getter를 찾을 수 없습니다 : 'suspending'. 사례 AppLifecycleState.suspending
방금 안정적인 채널에서 Flutter를 업그레이드하고 로컬 iOS 시뮬레이터에서 앱을 시작하려고 할 때 다음 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 …