flutter-tools.nvim icon indicating copy to clipboard operation
flutter-tools.nvim copied to clipboard

Support nested dart sdk

Open fb87 opened this issue 2 years ago • 3 comments

Some system like NixOS, the dart is nested within flutter/bin which leads to the error where dart will not be found as current implementation. This patch adds the flutter/bin/cache/dart-sdk/bin to the search paths along with flutter/bin. This is short term solution, for long term, IMO we can search for the executable dart within flutter/bin.

fb87 avatar May 11 '23 03:05 fb87