Skip to content

Commit 6648753

Browse files
authored
chore(network_info_plus): Fix imports on wasm (#3530)
1 parent f78f32c commit 6648753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network_info_plus/network_info_plus/lib/network_info_plus.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export 'package:network_info_plus_platform_interface/network_info_plus_platform_
1212

1313
export 'src/network_info_plus_linux.dart';
1414
export 'src/network_info_plus_windows.dart'
15-
if (dart.library.html) 'src/network_info_plus_web.dart';
15+
if (dart.library.js_interop) 'src/network_info_plus_web.dart';
1616

1717
/// Discover network info: check WI-FI details and more.
1818
class NetworkInfo {

0 commit comments

Comments
 (0)