Gary Qian

Results 9 issues of 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...

team

Master PR for flutter_migrate standalone command.

p: flutter_migrate

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.

p: flutter_migrate

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)

tool

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```

team
team: infra
P3

Export classes so that migrate can be used programmatically as a dart package. Also cleans up unused dependencies and removes version restrictions.

needs tests
p: flutter_migrate

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...

p: flutter_migrate

'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:...

team
team-android