Reputation: 345
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
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