'Parts of the UI not showing in a release version

I have a flutter app that runs perfectly in debug mode on android emulator, physical device even the release version of the iOS is fine. but on the android release apk the issue appears. it doesn't show a grid view on the home page. as in the screenshots below. enter image description here enter image description here enter image description here



Solution 1:[1]

It because you didn't observe the error shown during debug.

Try to run it in debug mode again, check your debug console, there is a warning from the widget. perhaps the alignment of with and height...the log will tel you what is wrong.

Fix and you will be fine

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Muraino