Michael Thomsen
Michael Thomsen
Did some digging. These errors are unrelated to source control; a smaller set of repro steps are: 1. Start IntelliJ IDEA 1. Create a new Flutter project 1. Configure Java...
Yes, let's leave. I have a hunch this is caused by the same root issue as https://github.com/flutter/flutter-intellij/issues/1482
Punting to milestone 4.
We're quite aligned on the importance of interop, and you might have noticed our recent efforts on things https://dart.dev/guides/libraries/c-interop, like https://dart.dev/guides/libraries/java-interop and https://dart.dev/guides/libraries/objective-c-interop. However, there is only so much we...
Hi @mtiziano any chance you could merge this, and re-publish?
I'm pretty sure we already have a "default language version" defined somewhere, which is the language version we use if the `dart` cli is asked to execute a program that...
I'm not entirely convinced that retaining the ability to run the "raw package" as an executable is worth the extra complexity and cot. But if you feel passionately that we...
I was more worried about all kinds of "interesting" compatibility issues around version combination of the Dart SDK and the formatter. But perhaps this is less of an issue with...