Home > other >  I am having" Error: Couldn't find constructor 'Builder'. ... " when trying
I am having" Error: Couldn't find constructor 'Builder'. ... " when trying

Time:12-05

enter image description hereenter image description here[1][Errors] I am having " Error: Couldn't find constructor 'Builder'. ... " when trying to Run and Debug in Visual Studio Code.

No problem with the code itself as tried to Debug few other projects and all have the same problem when debugging.

CodePudding user response:

Somehow I have messed up basic.dart . After dicarding all the changes all back to normal.

CodePudding user response:

In main.dart file wrap your screens with builder and that screens should return something.

  • Related