rmtmckenzie / flutter_native_device_orientation

Native device orientation plugin for flutter.
MIT License
76 stars 63 forks source link

Member not found: 'hidden'. case AppLifecycleState.hidden: #58

Closed KillTrot closed 1 year ago

KillTrot commented 1 year ago

Hello,

I'm using Flutter 3.10.6 and get the following exception when trying to run / compile:

native_device_orientation.dart:218:30: Error: Member not found: 'hidden'. case AppLifecycleState.hidden:

KillTrot commented 1 year ago

Fixed it by updating flutter