Skip to content

Commit fdaac78

Browse files
Merge pull request #57 from pedromneto97/main
Migrate web conditional import
2 parents 165879e + 9f43c8a commit fdaac78

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)