stevemessick
stevemessick
The Flutter plugin recently added support for monorepos: https://groups.google.com/g/flutter-announce/c/on6eKqmhD3A
Contributions welcome! This is outside the scope of work we plan to support.
IntelliJ modules are not supported in Flutter apps. You can use Dart packages and Flutter plugins instead.
`File > New > New Module` creates an IntelliJ module. These have not turned out to be very useful in Flutter projects, so we don't encourage using them. Flutter modules,...
Could you provide more detail? If you can make a sample project to recreate the problem, that would be great. If not, a screen shot might help.
Thanks for getting back to this. I'm going to patch it in and give it a workout :)
The first thing I noticed is the version of the Flutter plugin needs to be changed for the 2022.2 version. It looks like JetBrains removed version 222.3244.4. If you could...
Yep, both additional topics you mentioned have been a problem. I added the `setup` command to deal with the second, but you still had to remember to do it, so...
I just committed changes that cause a merge conflict for this PR. The changes in `product-matrix.json` should fix your 2022.2 build problem. The other change was to adapt the artifact...
I've run into a few problems: - On macOS, the Android Studio zip file may unpack into a single directory. The content of that directory needs to be moved up...