Closed likhit-vivek closed 5 years ago
I'm getting the same error when I run a different flutter project, which I was able to run previously.
I'm using VS code and I'm getting Dart Analyzer crashed
notification. So, I uninstalled both Dart and Flutter extensions and tried again but still getting the same error. Any suggestions? Thanks.
Running flutter upgrade
is causing the issue. Flutter got updated from 1.2.1 to 1.5.* and somehow it's causing a problem with Dart.... Reverted back to 1.2.1 and the issue is gone.
I just setup the project and opened 'mdc_100_series' directory in my workspace. Ran
flutter doctor -v
and everything is fine. When I try to run the app usingflutter run
, I'm getting the following error:I haven't made any changes to the app, so I don't understand why it's not working!