We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 165879e + 9f43c8a commit fdaac78Copy full SHA for fdaac78
1 file changed
lib/screens/shared.dart
@@ -1,3 +1,3 @@
1
export 'unsupported.dart'
2
- if (dart.library.html) 'web.dart'
+ if (dart.library.js_interop) 'web.dart'
3
if (dart.library.io) 'io_device.dart';
0 commit comments