Jaime Wren
Jaime Wren
Since you have integrated with the Analysis Server already, you could get the formatting through the server API: http://htmlpreview.github.io/?https://github.com/dart-lang/bleeding_edge/blob/master/dart/pkg/analysis_server/doc/api.html#request_edit.format - Jaime
This is correct, the Dart plugin doesn't know anything about dart2js or ddc, it simply knows how to start webdev serve. @kevmoo for directions on appropriate files/ `build.yaml` file needed...
Are there any exceptions or relevant messages out of IntelliJ or the Flutter IJ plugins? Help > Show Logs in
Does debugging work in the samples, but not your your own app? If it is just your own app, have you happened to modify the main activity for Android? If...
@ph55 which action/ entry point are you using to rename the directory in IntelliJ? Are all sources within a `lib/`?
Thanks for the issue. Closing as duplicate of https://github.com/flutter/flutter-intellij/issues/7103
The Flutter Plugin no longer pushes out versions to the `2022.3` platform version, try updating to a version of Community in `2023.x`.
Yes, do update your flutter and dart versions, and see if this issue is resolved.
Thanks for the issue. Marking as duplicate of https://github.com/flutter/flutter-intellij/issues/7280
I have a change that I think will fix this. I am happy to do a point release if someone will confirm that my locally built Flutter IntelliJ The public...