flutterdart

After updating Dart its showing "Configuration ' (Flutter)' is missing in 'launch.json'."


I opened vs code and it said "Your Dart Code is Updated" to version 3.something; but after that I can't run my app it gives me error

Configuration 'NameOfApp (Flutter)' is missing in 'launch.json'.

What should i do


Solution

  • Go to Run in VsCode then click on Add Configuration option. Thats all now you can run your app without any problem.