Add optional parameter to FlutterTesterDevices. (#158133) This is to handle Google testing failures for https://github.com/flutter/flutter/pull/158126. We want to update G3 to provide this parameter before merging the full change. Testing is not needed because the change is no-op. https://dart.googlesource.com/external/github.com/flutter/flutter/+/33f7137aebb9ca954a07a20a6b652fb2fc2ac09e
diff --git a/DEPS b/DEPS index d617290..ac0487e 100644 --- a/DEPS +++ b/DEPS
@@ -262,7 +262,7 @@ 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '0b55c167bf84fd19ef7ee4381948c5caae4140e4', - 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '0f4cc64d9a9b82e93adfc78a87880401e6503c06', + 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '33f7137aebb9ca954a07a20a6b652fb2fc2ac09e', 'engine/src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',
diff --git a/commits.json b/commits.json index 0c9cbed..963b812 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { "engine/src/flutter":"cb8f2ebf08acddd1b4b033b0fee95dafe2aefa87", "engine/src/flutter/third_party/dart":"0b55c167bf84fd19ef7ee4381948c5caae4140e4", - "flutter":"0f4cc64d9a9b82e93adfc78a87880401e6503c06" + "flutter":"33f7137aebb9ca954a07a20a6b652fb2fc2ac09e" } \ No newline at end of file