Skip to content
Advertisement

Showing this error while trying to debug an App in Flutter

I’m recently switched to linux from windows, and I set up all flutter things in that, but when I’m trying to run, showing this error on terminal

JavaScript

How to fix this, or what really problem here??

Advertisement

Answer

I faced this problem and what work for me :

  1. flutter clean
  2. flutter pub get

and make sure that

JavaScript

doesn’t exist and if it deletes it

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement