I try to start a flutter-web project with command : flutter run -d chrome,it will process whole build work and start it with non-fatal error.
THEN I terminate the run command and re-run it, it will stop with an error while building the project.

Had to re-open the project IDE to run it.