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.
1 parent f78f32c commit 6648753Copy full SHA for 6648753
packages/network_info_plus/network_info_plus/lib/network_info_plus.dart
@@ -12,7 +12,7 @@ export 'package:network_info_plus_platform_interface/network_info_plus_platform_
12
13
export 'src/network_info_plus_linux.dart';
14
export 'src/network_info_plus_windows.dart'
15
- if (dart.library.html) 'src/network_info_plus_web.dart';
+ if (dart.library.js_interop) 'src/network_info_plus_web.dart';
16
17
/// Discover network info: check WI-FI details and more.
18
class NetworkInfo {
0 commit comments