diff --git a/dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart b/dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart index cccd75ce77..df2eb4f926 100644 --- a/dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart +++ b/dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart @@ -39,7 +39,7 @@ Future main() async { await inDirectory(projectDir, () async { await flutter( 'build', - options: ['ios', '--no-codesign', '--release'], + options: ['ios', '--no-codesign', '--release', '--verbose'], ); }); @@ -93,7 +93,7 @@ Future main() async { await inDirectory(projectDir, () async { await flutter( 'build', - options: ['ios', '--debug', '--no-codesign'], + options: ['ios', '--debug', '--no-codesign', '--verbose'], ); });