What should I do in Kodular to solve these following issues of the Google Play Console for my Application.

What should I do in Kodular to solve these following issues of the Google Play Console for my Application.

3 actions recommended

Edge-to-edge may not display for all users

Your app uses deprecated APIs or parameters for edge-to-edge

Remove resizability and orientation restrictions in your app to support large screen devices

Hi dear,

Welcome to the Kodular community!

I think the problem comes from the builder and can’t be resolved directly from the project settings.
Anyway, they’re just warnings and don’t affect the publication of the application.

This might be of interest to :raising_hands: @Diego :raising_hands:

1 Like

You need not to do anything :+1:

The first two here should be solved already

By the way, only the “Your app uses deprecated APIs or parameters for edge-to-edge” went away after updating my app compiled with Kodular 2025.10.5. The other two are still there:

Related comment on a Flutter issue that clarifies that the first warning is going to harmlessly (but annoyingly) stick around because the Play Console isn’t smart enough to know that the app already handles edge-to-edge:

“Edge-to-edge may not display for all users” in Google Play Console · Issue #169810 · flutter/flutter