3
Флаттер: ошибка: геттер не найден: «приостановлен». case AppLifecycleState.suspending
Я только что обновил Flutter на стабильном канале и получил следующую StackTrace при попытке запустить приложение (на локальном симуляторе iOS). Запуск юнит-тестов 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 …