Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion flutter-candidate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f84b3c836acca76cb163a2d1174ab32a1e73cb11
c6cec79f1f5d4ea1242936c7574af02bd39207c4
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading