Skip to content

Commit a86f1bf

Browse files
authored
Update Flutter candidate version (#9735)
1 parent be1d7ba commit a86f1bf

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ DEPENDENCIES.md
5151

5252
# Ignore devtools_options.yaml files under example.
5353
**/example/**/devtools_options.yaml
54+
55+
# macOS generated Flutter files
56+
**/macos/Flutter/ephemeral/
57+
**/macos/Flutter/GeneratedPluginRegistrant.swift

flutter-candidate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f84b3c836acca76cb163a2d1174ab32a1e73cb11
1+
c6cec79f1f5d4ea1242936c7574af02bd39207c4

packages/devtools_app/lib/src/framework/observer/_memory_web.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ extension type _UserAgentSpecificMemoryBreakdownAttributionElement._(JSObject _)
6565
@JS()
6666
extension type _UserAgentSpecificMemoryBreakdownAttributionContainerElement._(
6767
JSObject _
68-
)
69-
implements JSObject {
68+
) implements JSObject {
7069
external String get id;
7170

7271
external String get url;

0 commit comments

Comments
 (0)