stevemessick
stevemessick
@bernaferrari How are you invoking `pub get`? When I use the menu `Tools > Flutter > Flutter Pub Get` I see that it runs `flutter pub get` in the messages...
And that one also says it is running `flutter pub get`. I don't have an easy answer for that. We'll have to verify that it is doing what it says,...
Thanks for the recording!
This appears to be a timing issue. I was unable to reproduce it in a runtime workbench, but was able to using Android Studio Bumblebee and Dolphin. It was not...
Our validation rules are a copy of what Android Studio used in 2018. Apparently they changed the rules, and we need to fix ours to be compatible. See `io.flutter.utils.AndroidUtils.validateAndroidPackageName()`.
Was this working for you before? Do you use an internet proxy? This might help understand the problem: https://web.dev/origin-agent-cluster/ @helin24
Just to confirm, it is working and we can close this issue?
Unfortunately, this needs to be deferred. Some of the deprecated methods are being replaced by new APIs that depend on classes not available to current stable and beta channels of...
Android Studio is now based on 2021.2, so it is going to be a while before we can do this. I'll just keep moving it to the furthest milestone so...
Fixed in #6386