File tree 1 file changed +2
-2
lines changed
packages/flutter_tools/gradle
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ class FlutterPlugin implements Plugin<Project> {
581
581
return []
582
582
}
583
583
584
- private static String toCammelCase (List<String > parts ) {
584
+ private static String toCamelCase (List<String > parts ) {
585
585
if (parts. empty) {
586
586
return " "
587
587
}
@@ -884,7 +884,7 @@ class FlutterPlugin implements Plugin<Project> {
884
884
}
885
885
}
886
886
String variantBuildMode = buildModeFor(variant. buildType)
887
- String taskName = toCammelCase ([" compile" , FLUTTER_BUILD_PREFIX , variant. name])
887
+ String taskName = toCamelCase ([" compile" , FLUTTER_BUILD_PREFIX , variant. name])
888
888
FlutterTask compileTask = project. tasks. create(name : taskName, type : FlutterTask ) {
889
889
flutterRoot this . flutterRoot
890
890
flutterExecutable this . flutterExecutable
You can’t perform that action at this time.
0 commit comments