flutter installing the .apk release app get stuck blank screen

1.5k views Asked by At

when I run my project in debug and even release mode using flutter run --release everything is fine but when I get the output apk files using flutter build apk --split-per-abi and installing it successfully it only launches a blank grayish screen, not showing my splash screen and my homepage.

1

There are 1 answers

1
Ayad On BEST ANSWER

In flutter when you have a grey screen means that it has thrown an exception. Try revising the code to see if there is anything that can thow exception.