Reputation: 410
I have a flutter app i have developed and it is running efficiently on a real device with zero errors or warnings in debug mode. however when i deploy a release to the same real device it produces a white screen on most pages. I am producing the release using X-code. What could be the problem?
Upvotes: 1
Views: 1428
Reputation: 674
Upvotes: 1
Reputation: 154
connect your device using cable.
then write following command in terminal.
to see error log in terminal in red colors.
Upvotes: 1