|
|
|
|
|
by gkya
2987 days ago
|
|
How feasible is a dev setup with Flutter where one uses Emacs (or any other general purpose text editor like vi) for coding and the flutter cli for compiling and testing? I do have a couple app ideas, and I'd definitely prefer to avoid the IDEs when possible (especially Android Studio which just strangles my laptop); Flutter seems to fit that workflow, but has anybody got actual experience doing that? |
|
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.