-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Description
Steps to reproduce
For every app that uses Flutter, Google Play recommends fixing this, and since it is never fixed, Google Play lowers the app's ranking in the Play Store.
This warning is decreasing the Google algorithm's recommendation for my app, please help
Your app uses deprecated APIs or parameters for edge-to-edge display
One or more of the APIs used or parameters set for edge-to-edge and window display were deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
android.view.Window.setStatusBarColor
android.view.Window.setNavigationBarColor
android.view.Window.setNavigationBarDividerColor
They started in the following locations:
i4.m.onCreate
io.flutter.plugin.platform.g.a
To comply with this, migrate your APIs or settings.
Expected results
publish app on google play, no warnings related to flutter code
Actual results
has warnings related to flutter code
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
[Paste your output here]