Getting the actual screen height in Flutter Android

from blog aarol.dev, | ↗ original
The app I’m currently building has a feature which displays a custom wallpaper on the home screen. It involves the user choosing an image from their gallery and cropping it to their device’s aspect ratio. The app then modifies the image and sets it as the background. There’s just problem: How do I get the pixel dimensions of the screen? Screen...