You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, spec just uses the global Flutter version that is used when running flutter or dart. However, you might want to pass the path to another SDK path, like when using FVM.
That adds a lot of complexity for a niche use case.
I'd be more inclined to suggest running spec in a scope where flutter/dart are using the version of your choice. Like maybe change the ENV to do what you want.
At the moment,
spec
just uses the global Flutter version that is used when runningflutter
ordart
. However, you might want to pass the path to another SDK path, like when using FVM.It would be great when you set the path to the Flutter / Dart SDK or what the best option would be to use the location from the
melos.yaml
(https://melos.invertase.dev/configuration/overview#sdkpath) - related to #9 (?)The text was updated successfully, but these errors were encountered: