Search code examples
androidfluttermobileflutter-getx

Flutter real device rendering issue


I am developing mobile application using flutter. I was doing it like for some years, so my environment is OK. But like a week ago I tried to build another one application and when I sent it's release version to my phone from my computer I saw login page that was like that:
login page

The code of the page:
enter image description here

The thing is when I run my app in release mode on emulator or when I run app on my mobile using USB in debug or even release mode everything is OK, but when I open release file through telegram this happens... What should I do with that?..


Solution

  • Adding a second delay before first frame paint resolves the issue.

    But its wierd though.