stevemessick
stevemessick
Which version of font_awesome_flutter are you using? It seems something broke in version 0.9.2 but 0.9.1 works (for me, anyway).
I think that code should not be throwing an exception. It is trying to resolve "package:flutter/src/widgets/widget_inspector.dart" and not finding it. That may be due to the Flutter SDK not being...
Thanks for the update. This is a puzzle, but I don't know how it can happen, so I'll leave this open for now.
The request is to replace absolute paths with path macros when a run config is serialized. See: - https://stackoverflow.com/questions/44802832/phpstorm-template-variables-documentation - `/tools/idea/platform/projectModel-impl/src/com/intellij/application/options/PathMacrosImpl.java`
The Flutter plugin does not launch the emulator in an embedded view. To do that you need to use the Android Studio Device Manager. If you don't see the Device...
Yes, that is the topic of #5464. I'm leaving this issue open as a reminder to added embedded launch mode to the Flutter plugin.
@Gabriel2048 I don't know. I have not tested this feature yet.
No, this issue is not fixed. However, I'm closing it as a dup of #5917, since that one is asking for even more.
Re-opening since the other has two topics and this isn't the first.
Please share a minimal and complete code sample along with the output of `flutter doctor -v` along with the complete error logs. Were you running the Flutter code on an...