flutter.el
flutter.el copied to clipboard
More Flutter commands
Hi, thanks for the incredible job here! Been using the package for a couple of days now. Just saw the package lacking some essential commands (in order to keep us in the Emacs only xD) (and since I'm a noob in writin Lisp thought I just come here and say what I think instead of making a Pull request).
Just the absence of a functions like: flutter-create is a big deal. (and pub) It would be nice to implement such commands in here too.
Thanks for the kind words.
I don't see flutter create as a priority because it's a one-time event in the lifecycle of a project, and could add significant maintenance burden (following upstream changes to the interface).
PRs are always welcome, though.
Thanks a lot! I leave this open in case somebody gets inspired to write it (or myself if I ever learn enough xD)