Reid Baker
Reid Baker
For future me here is the code that is supposedly crashing. There is a null check right before. https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/focus_manager.dart#L842
Note for reporters. Without reproduction steps bugs like this are very difficult to make any progress on.
I don't have any special instructions for this bug. To me it looks like a framework bug related to how we handle dpad nav in one of the widget trees...
https://docs.gradle.org/7.3/javadoc/org/gradle/api/Project.html#getComponents-- https://docs.gradle.org/8.8/javadoc/org/gradle/api/Project.html#components(org.gradle.api.Action) looks like they added a parameter at some point.
I am struggling to understand the consequences of "The flutter_gen package is output as source instead of as a synthetic package with package_config.json overrides"
Recognizing that naming is hard and not the most critical part of this work I humbly offer the following. https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md#avoid-newold-modifiers-in-code Maybe `--unstructured-pubspec-resolution` or `--pre-json-pubspec-resolution`
@JiangHongTiao Closing this as working as intended. Environment variables are local to the machine and when the play store builds you app it has no way to know what environment...
cc: @bartekpacia FYI Android team needs to migrate example apps. Not on the the plan for 2024Q3.
@bartekpacia we were looking for good onboarding tasks for our new teammate @jesswrd. So yes, feel free to coordinate in this bug what packages you will take but the bigger...
In general we try to keep the packages as consistent as possible for easy of maintainability. That said https://github.com/flutter/packages/blob/0321757447bfba7705429f371b2e5b3a6930d559/packages/pigeon/example/app/android/app/build.gradle is a good conversion candidate since that example app is for...