stevemessick
stevemessick
I wasn't able to exactly reproduce the problem, but I did cause Android Studio to become unresponsive. I think trying to print a million-character string broke it. I did not...
I see this in your original report: > Caused by: java.lang.OutOfMemoryError: Java heap space I probably have my IDE configured with enough memory to handle the string, and it was...
@jacob314 I'm tempted to close this issue. Is this use-case something we want to encourage? The user is using a Flutter app to print a million characters to the console...
It looks like we're blocked on toolbar customization: https://youtrack.jetbrains.com/issue/IDEA-287169 There is so much work to be done that it wouldn't be practical for us to start redesigning our UI at...
See also https://youtrack.jetbrains.com/issue/KTIJ-22301/newUI-breaks-Flutter-plugin-device-selector
Two options come to mind: - Use the standard UI, not the preview - Run from the command line
If anyone else has trouble, here's the setting to use the old UI:
This should be easy to implement. - Define a subclass of `CachesInvalidator` that would delete the analyzer's cache. - Add a "<cachesInvalidator implementation=... >" extension to the `plugin.xml`. See `RootCachesInvalidator`...
I just wanted to add a few notes on why things are the way they are. Flutter cannot use the standard device selector because it does not support any platforms...
That's great! I'll be happy to review a PR if you want. On Fri, Aug 5, 2022 at 4:55 PM Pedro Massango ***@***.***> wrote: > @stevemessick I decided to give...