I am trying to debug a flutter project. The program is throwing error because widget_test.dart is unable to import main.dart
I usually create projects with Intellij. This is the first project I created with Visual Studio Code.
I am unable to clear this error message
Target of URI doesn't exist: 'package:ipl_test2/main.dart'.
what is the cause of this error? and how to clear this error?
