flutter-tools.nvim
flutter-tools.nvim copied to clipboard
Support nested dart sdk
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.