-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interaction with running flutter process exits prematurely on Windows #27
Comments
When I run
What versions of Flutter and Emacs are you using? |
That's what I was expecting. I get the prompt in the terminal, but not with this package. 🤔
Emacs 29.1 and on Windows 11. |
My best guess is that either Flutter or Emacs behaves differently on Windows.
At the moment the only workaround is this: #1 (comment) |
If you run |
The app starts! But do we have to define the command ourselves? 🤔 It will be nice if we could just customize the arguments.
Yes, it works! However, it turns out I will get the same result in the first post ( |
You can make your own function and bind it as you like, per the comment I linked earlier.
OK so it sounds like interactivity just doesn't work correctly on your setup. That's the real bug here, so I will keep this ticket open but clarify the title. For improving the UI for choosing a device, see #1. |
I mean, I was hoping for a built-in solution from this package, so I don't have to define it myself.
👍 Thank you for the reply. It's very helpful! :D |
When I try
flutter-run
, then I got the following error:Does this package support entering the device id?
The text was updated successfully, but these errors were encountered: