0

Here is the result of flutter doctor -v command - 1:

Another image- 2:

You can see the error in output section as it says to import 'dart:ui' as ui. I have tried it but still it's not working.:

I tried to add all the instructions shown in output section. And still I face the same problem. I'm stuck in this. So, I am humbly requesting to find the solution of this problem which can lead me to go further. Thanks

  • Are you able to create and run a small project with same structure? becuase it basically seems folder or running steps exacpetion. [Check this link](https://github.com/Dart-Code/Dart-Code/issues/3834) its already explained in detail – Hardik Vegad Dec 23 '22 at 08:08

1 Answers1

0

My guess is youre trying to run the project as dart file, not Flutter. You can check out this answer for solution