Gray Mackall
Gray Mackall
When https://github.com/flutter/flutter/pull/142000 lands, we will have warning versions enabled for each of these dependencies. This is a tracking issue for activating the corresponding "error" version for each dependency, which should...
Follow up to https://github.com/flutter/flutter/pull/157132 I stopped using this string but didn't delete it. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...
This property would previously have been used by https://github.com/flutter/engine/blob/ad9e4fef451a73427285826455db5fbdde502bd7/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java#L59C31-L59C58 but isn't used by the new `FlutterActivityAndFragmentDelegate`. It's also recommended to be removed by the original v1->v2 updating guide: https://github.com/flutter/flutter/blob/master/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md ##...
Context: https://github.com/flutter/flutter/issues/139378 We have an integration test in the flutter/packages repo that creates a file, reads it, and then checks also that the directory contains the file ([actual contents of...
Replace deprecated `Project.buildDir` [getter](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#getBuildDir()) and [setter](https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#setBuildDir(java.io.File)) uses. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...
https://github.com/flutter/flutter/blob/3ed40f003a92487dfa96833e6a1e1bd7f8ceb677/dev/benchmarks/macrobenchmarks/android/app/src/androidTest/java/com/example/macrobenchmarks/MainActivityTest.java#L8 https://github.com/flutter/flutter/blob/3ed40f003a92487dfa96833e6a1e1bd7f8ceb677/dev/integration_tests/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/MainActivityTest.java#L8 These must be unused currently, because the package name was changed from `e2e` to `integration_test` a bit ago, so this wouldn't even compile
Context https://github.com/flutter/flutter/pull/156502#discussion_r1803810604 Our Gradle/Java/AGP compat checking code includes max known and supported Gradle and AGP versions. We should probably make the code that handles these versions agnostic to patch versions,...
Hi, I'm hoping for some clarification on when AGP will install the NDK, i.e. asking if https://github.com/android/ndk-samples/wiki/Configure-NDK-Path#ndk-with-agp-41 is also relevant to newer AGP versions. Per https://github.com/android/ndk-samples/wiki/Configure-NDK-Path#ndk-with-agp-41, AGP 4.1 (but maybe...
…using an aar (#169171)" (#169287)" This reverts commit 5fd7aa2ed70dfb50b3690f23d47ba209b34cf52d. *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List...
Very much a wip, just want to know what this will break in CI. Mostly working locally. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed...