stevemessick
stevemessick
I don't, and I had to delete my copy of the Android Studio sources so I'm not sure when I'll be able to look. If you are interested in downloading...
The Android plugin already is a dependency for code in the `flutter-studio` tree. That tree defines a module that contains all the Android Studio specific code, and that module is...
Yes, I don't think embedded works for IntelliJ. It was something Android Studio added about a year ago, I think. And yes, new code for this would go into `flutter-studio`....
Ha! I didn't notice. That's great, it means we don't need to worry much about Android Studio. In that case, you probably just need to add additional dependencies to the...
Thanks for the suggestion. I agree, logging could be improved. I don't know when we will have time to do it, but we'll take a look at what's involved.
We're going to see about moving support for this into the analyzer.
The fields are linked as long as project location is not modified by the user. If the user changes the location, then the linking is disconnected. At the time this...
We can certainly consider adding another command to the `Tools > Flutter` menu. You can do this today by configuring an external tool and adding it to the `Before launch`...
@helin24 The screen shot is from the `Tools` menu when the Flutter plugin is installed and the root project is selected. This is a new feature request, but really we...
Thanks @JTrembl1 !