Are there any options for writing Dart/Flutter apps in sublime?
I started looking into options and my findings are as follows
- Sublime text Dart plugin does exit, but last commit is from 2015 and seems like there are a lot of opened issues with no answers
- I can’t get the plugin to work anyways. Maybe it is not compatible with latest dart?
- LSP protocol is implemented for Dart, and it works in general but on sublime, when I go to definition with of Flutter component it finds the definition, but cpu usage of Sublime goes to 70% and Sublime restart is required.
- I couldn’t find page for flutter
I really enjoy sublime and I’l love to be able to continue developing in it
And help or suggestions please?