Flutter iOS App crashing sometimes unexpectedly
After building the app ios app using flutter and running it on a device, the flutter code gave an exception on visual studio IDE sometimes and crashed. The exception looks like –
How can I run flutter project on specific iOS target with Visual Studio Code?
I have a flutter project, than I added a target on iOS such as demo-test
,
But I don’t know how to run it.
The debug target is always demo
.