Gary Qian
Gary Qian
In discussion for https://github.com/flutter/flutter/issues/84868, We are seeing differences when running flutter build depending on if the contents of `android/.gradle` directory is populated or not. This is because gradle will download...
Master PR for flutter_migrate standalone command.
Android V1 embedding is deprecated and slated for deletion. This line can be removed.
This lands the already-reviewed and landed utilities for the flutter_migrate command. The corresponding files in the tool can be removed.
Fixes https://github.com/flutter/flutter/issues/117570 Android Add2app builds output the debug APK in `build/host/outputs/apk/debug/app-debug.apk` but we were searching in the directory without `/debug/` This doesn't occur with the other build modes (profile, release)
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20ci_yaml%20flutter%20roller/3003/overview The relevant commit is just a comment change (https://github.com/flutter/flutter/commit/1e1f4bcfb56105912a90ffa1a3a317dfb724612b) ```gerrit: failed to post to "https://flutter-review.googlesource.com/a/changes/infra~main~I87368bbe5eb6038efa2fda0ed52dfcec5bb8d6c6/revisions/current/review" with &{ map[] [{[email protected] CC false }] false false}, status code 400```
Export classes so that migrate can be used programmatically as a dart package. Also cleans up unused dependencies and removes version restrictions.
Previously mid-way through review: https://github.com/flutter/flutter/pull/102790 Resolve conflicts wizard. Finds and displays each staged merge conflict and presents options to the developer to accept old, accept new, or skip. Between each...
'Child windows can handle touches' frequently hangs and times out when being run on a LUCI android emulator. https://github.com/flutter/flutter/pull/88475 skips the test to facilitate unblocking android emulators work. Example hang:...