sciencefidelity / Nova-Dart

🎯 Dart and Flutter tooling for Nova.
https://extensions.panic.com/extensions/sciencefidelity/sciencefidelity.dart/
Other
13 stars 0 forks source link

FVM Support #40

Open ptrbrynt opened 2 years ago

ptrbrynt commented 2 years ago

Would be amazing if the extension could support FVM by reading a project's .fvm/fvm_config.json file and using the appropriate Flutter version.

sciencefidelity commented 2 years ago

Thanks for pointing this out, it's definitely something to consider supporting. I would like to get hot reloading working in the extension – support for FVM should be part of that.

How are you running your app in dev mode – are you launching from the extension or from the command line?

ptrbrynt commented 2 years ago

Right now I'm not doing either - I've switched back to VSCode as FVM support is a must-have for me! Ideally I'd love to be able to launch from the extension though