姚春锋
姚春锋
@christopherfujino Can you find someone developer help to review this pull request for [this issue](https://github.com/flutter/flutter/issues/92252)? Thanks.
> This needs to be fixed in the template file. The fix is: > > https://github.com/flutter/flutter/blob/master/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl#L33 > > should have a section similar to: > > https://github.com/flutter/flutter/blob/ad3fe21cbcf508a32ae6aa249152c557493726a1/packages/flutter_tools/templates/app_shared/android-java.tmpl/build.gradle#L20-L22 I have changed...
> can we add the subproject logic below this line https://github.com/flutter/flutter/blob/master/packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/build.gradle.tmpl#L33? > > The reason is that the file you are changing is also used for other case where this...
@blasten Is the `${flutterModule}/build/host/${pluginName}` was a better directory I could use for this?
Hi~ @blasten The forked [repo](https://github.com/chunfengyao/flutter/tree/chunfengyao-patch-for-issue-92252) has add access for you. please have a look at this pull request. Thanks very much.
> @blasten friendly ping @chunfengyao to get the `customer_testing-linux` CI check to pass, you will have to rebase (not merge) upstream master. thanks for tips, I rebased the branch with...
> For the test, https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/integration.shard/android_plugin_compilesdkversion_mismatch_test.dart is an example of how Gradle intergrations are currently tested. @blasten I have ran the test , and got no error. ``` /Volumes/Storage/AS_WS/flutter_issue_handle/bin/cache/dart-sdk/bin/dart run test...
Should i merge the lastest master branch to pass the checks?
> My question about tests hasn't been resolved; this is still missing tests. @stuartmorgan Is that means that I should wrote a *_test.dart file to test this pr's changes? or...
> > > My question about tests hasn't been resolved; this is still missing tests. > > > > > > @stuartmorgan Is that mean that I should wrote a...