rmtmckenzie/flutter_native_device_orientation

Getter not found: 'detached'

fatimahossny opened this issue · 1 comments

when I run the project complier throw this error . any help is appreciated
native_device_orientation.dart:149:30: Error: Getter not found: 'detached'.
case AppLifecycleState.detached:

See #14. Just downgrade to the last version, the current version is for the most recent version of flutter which changes 'detached' to 'suspending'.