Gray Mackall
Gray Mackall
This PR adds the word 'is' to the list of reserved Kotlin keywords that are escaped in Kotlin files. It also adds the word 'is' to the existing test of...
This PR implements video capture for the CameraX re-write of the android camera plugin. https://github.com/flutter/flutter/issues/111138 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined...
https://flutter-rob.corp.google.com/#/flutter/presubmit?pr=125836 https://critique.corp.google.com/cl/528916263/analysis https://github.com/flutter/flutter/pull/125836 I manually set the status in order to resolve.
### issue_link https://github.com/flutter/flutter/issues/122376 ### Commit Hash eba2a52 ### Target beta ### pr_link https://github.com/flutter/flutter/pull/126093 ### Impacted Users Flutter android devs who haven't upgraded the Gradle version in their project in ~1...
This is a cherry pick of the following three PRs (the first one depends on changes made in the latter three). 1. https://github.com/flutter/flutter/pull/125836 2. https://github.com/flutter/flutter/pull/124771 3. https://github.com/flutter/flutter/pull/123034 4. https://github.com/flutter/flutter/pull/123644 For...
The error that Gradle throws when it detects that two modules have duplicate classes is not very helpful to a typical flutter developer (see error at the end). Pieces of...
### Page URL https://docs.flutter.dev/deployment/android#shrinking-your-code-with-r8 ### Page source _No response_ ### Describe the problem Our documentation doesn't note that the `--no-shrink` flag has no effect on release builds. Running `flutter build...
Fixes https://github.com/flutter/flutter/issues/143531 Also fixes a random typo I found TODO to test this: -test the framework against this as well, probably with a dummy PR changing the engine commit to...
Fixes https://github.com/flutter/flutter/issues/121816. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...
After the land of https://github.com/flutter/engine/pull/53592, there is some log spam: ``` e: /Users/mackall/.gradle/caches/transforms-3/c1e137371ec1afe9bc9bd7b05823752d/transformed/fragment-1.7.1/jars/classes.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0,...