-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'statusBarOrientation' is deprecated: first deprecated in iOS 13.0 #177
Comments
i see this problem too. My flutter doctor shows this:
Any my Podfile shows this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'statusBarOrientation' is deprecated: first deprecated in iOS 13.0 - Use the interfaceOrientation property of the window scene instead.
'statusBarFrame' is deprecated: first deprecated in iOS 13.0 - Use the statusBarManager property of the window scene instead.
Whenever I run my iOS application on iOS 13, I get this error.
package version
flutter_braintree: ^4.0.0
iOS: 13
Xcode version: 16.1
Flutter (Channel stable, 3.24.1)
The text was updated successfully, but these errors were encountered: