diff --git a/packages/flutter_tools/lib/src/test/flutter_platform.dart b/packages/flutter_tools/lib/src/test/flutter_platform.dart index c71fffe0bcc..a4304956010 100644 --- a/packages/flutter_tools/lib/src/test/flutter_platform.dart +++ b/packages/flutter_tools/lib/src/test/flutter_platform.dart @@ -142,12 +142,14 @@ FlutterPlatform installHook({ /// /// The [updateGoldens] argument will set the [autoUpdateGoldens] global /// variable in the [flutter_test] package before invoking the test. +// NOTE: this API is used by the fuchsia source tree, do not add new +// required or position parameters. String generateTestBootstrap({ @required Uri testUrl, @required InternetAddress host, File testConfigFile, bool updateGoldens = false, - @required bool nullSafety, + bool nullSafety = false, }) { assert(testUrl != null); assert(host != null);