i am developing android wallpaper app. How can I find out the real resolution of Android device in Flutter to set the wallpaper to full screen. MediaQuery is not suitable because it does not consider the whole screen.
As I found out Flutter doesn’t have any packages to determine screen resolution.