diff --git a/.gitignore b/.gitignore index cc7e9596bf8..2a119978514 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,7 @@ DEPENDENCIES.md # Ignore devtools_options.yaml files under example. **/example/**/devtools_options.yaml + +# macOS generated Flutter files +**/macos/Flutter/ephemeral/ +**/macos/Flutter/GeneratedPluginRegistrant.swift diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 97c660e03fd..366d50243d0 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -f84b3c836acca76cb163a2d1174ab32a1e73cb11 +c6cec79f1f5d4ea1242936c7574af02bd39207c4 diff --git a/packages/devtools_app/lib/src/framework/observer/_memory_web.dart b/packages/devtools_app/lib/src/framework/observer/_memory_web.dart index 251cfb64071..c6e56a3bbd3 100644 --- a/packages/devtools_app/lib/src/framework/observer/_memory_web.dart +++ b/packages/devtools_app/lib/src/framework/observer/_memory_web.dart @@ -65,8 +65,7 @@ extension type _UserAgentSpecificMemoryBreakdownAttributionElement._(JSObject _) @JS() extension type _UserAgentSpecificMemoryBreakdownAttributionContainerElement._( JSObject _ -) - implements JSObject { +) implements JSObject { external String get id; external String get url;