DEV Community

Discussion on: Vim as a Flutter IDE

Collapse
 
edieatha profile image
Edie Atha

Hello, Thanks for the Great tutorial:
However am getting this error when I open a "main.dart" file in vim

"Developer/flutter_app/lib/main.dart" 111L, 4371C
Error detected while processing function lsc#dart#register[1]..117_FindCommand[1]..117_FindDart:
line 8:
Could not find a dart executable

Any Help?

Collapse
 
junery115_25 profile image
Japheth Awah

Well what you have to do is install dart on your system, or make sure that the path to the executable is added to your environment variables.