Skip to content

Commit 7a88fbc

Browse files
authored
Default baseline build options (flutter#25631)
* fix crash * default baseline
1 parent ca8ba58 commit 7a88fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_tools/lib/src/build_info.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class BuildInfo {
1313
const BuildInfo(this.mode, this.flavor, {
1414
this.trackWidgetCreation = false,
1515
this.compilationTraceFilePath,
16-
this.createBaseline,
17-
this.createPatch,
16+
this.createBaseline = false,
17+
this.createPatch = false,
1818
this.patchNumber,
1919
this.patchDir,
2020
this.baselineDir,

0 commit comments

Comments
 (0)