Flutter android release build is stuck on splash screen.
I have tried by cleaning project flutter clean
. But still it got stuck on splash screen. I have also used WidgetsFlutterBinding.ensureInitialized();
before executing the runApp()
. Still it stuck on splash screen. Also haven't found error logs that can be resolved.
It is not happening with debug version or when I run with flutter run --release
. The app is running smoothly in flutter run --release
.
I'm using flutter 1.22.0 & VSCode 1.49.3. Testing & releasing for android.
I'm stuck with this last 3 days. It would be very helpful if anyone can help me.
flutter run --release -v
to see the logs. – Abhishek Ghaskataflutter run --release
. It is only stucking on splash screen in release apk... – Anirban Das