Fix typo in carousel.dart (#164727) Changed "sepcs" to "specs" Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> Co-authored-by: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> https://dart.googlesource.com/external/github.com/flutter/flutter/+/9ce60b743dcb621bc045145224437dc220481299
diff --git a/DEPS b/DEPS index e7f415d..57f4fd9 100644 --- a/DEPS +++ b/DEPS
@@ -240,7 +240,7 @@ deps = { 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '92df34dfd57ee4614aa17c4c5b64211ed6c330b7', - 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + 'dc905a37d7895d77d7ec7ba3ed27a6bb9d754ca2', + 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '9ce60b743dcb621bc045145224437dc220481299', 'flutter/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 1750d92..bb20d9b 100644 --- a/commits.json +++ b/commits.json
@@ -1,4 +1,4 @@ { - "flutter":"dc905a37d7895d77d7ec7ba3ed27a6bb9d754ca2", + "flutter":"9ce60b743dcb621bc045145224437dc220481299", "flutter/engine/src/flutter/third_party/dart":"92df34dfd57ee4614aa17c4c5b64211ed6c330b7" } \ No newline at end of file