|
|
|
|
|
by Hixie
2992 days ago
|
|
I use Emacs, and I'm one of the lead contributors to Flutter. Hopefully that answers your question. :-) We have various tools that can help you configure your setup without an IDE. For example, `flutter run` listens to SIGUSR1 to do a hot reload, `flutter analyze` has a flag to write the latest results to a file, etc. |
|
If you're after code completion, vim-lsc plugin combined with dart_language_server should work.
[1] https://github.com/dart-lang/dart-vim-plugin