Skip to content

Commit 312580b

Browse files
authored
Remove references to js_util (#4860)
Flutter has already migrated from dart:js_util to dart:js_interop (which is unsupported by dart2wasm). This migrates a remaining reference to js_util which will be broken when dart2wasm drops the library entirely.
1 parent c10b01c commit 312580b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/lib/widgets/sign_in_button/sign_in_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// found in the LICENSE file.
44

55
export 'sign_in_button_native.dart'
6-
if (dart.library.js_util) 'sign_in_button_web.dart';
6+
if (dart.library.js_interop) 'sign_in_button_web.dart';

0 commit comments

Comments
 (0)