Skip to content

Commit 9f43c8a

Browse files
authored
fix: missing conditional import migration
1 parent 165879e commit 9f43c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/screens/shared.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export 'unsupported.dart'
2-
if (dart.library.html) 'web.dart'
2+
if (dart.library.js_interop) 'web.dart'
33
if (dart.library.io) 'io_device.dart';

0 commit comments

Comments
 (0)