Taniksha Sharma
Taniksha Sharma

Reputation: 345

After upgrading flutter to 3.27, App stuck on launch on android, giving no errors in console

Flutter Upgrade Issue - Android Impeller issue on version 3.27.

I upgraged to flutter 3.27 and when installed my flutter app onmy samsung galaxy note 10 lite, it stuck on black screen, there are no errors showing on console.

Upvotes: 3

Views: 2209

Answers (1)

Taniksha Sharma
Taniksha Sharma

Reputation: 345

Resolved this issue by :

installing my app using flutter run flutter run --no-enable-impeller

or while running from android studio in: Go to Edit Configurations-> add run args-> --no-enable-impeller-> Save.

Upvotes: 5

Related Questions