eggnstone / DartFormatJetbrainsPlugin

8 stars 1 forks source link

Failed to start external dart_format: Cannot find the dart_format package: File does not exist at expected location: C:\Users\Deep\AppData\Local\Pub\Cache\bin\dart_format.bat #24

Closed rizideep closed 3 months ago

rizideep commented 3 months ago

Please supply any additional information here, e.g. the source code that caused the error:

OS: Windows 10

eggnstone commented 3 months ago

Hi. Did you install the dart_format package from pub.dev? Just call dart pub global activate dart_format from the command line. Then dart_format on the command line should work. Does it? Then it should work inside the IDE, too.

eggnstone commented 3 months ago

Did my explanation help? Does it work now?