skip to Main Content

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.

2

Answers


  1. Chosen as BEST ANSWER

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


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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search