You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I get below error when i try to run my project for web:
../../AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/network_tools-5.0.2/lib/src/services/impls/mdns_scanner_service_impl.dart:128:31: Error: The argument type 'InternetAddress/*1*/' can't be assigned to the parameter type 'InternetAddress/*2*/'.
- 'InternetAddress/*1*/' is from 'dart:io'.
- 'InternetAddress/*2*/' is from 'package:universal_io/src/internet_address.dart' ('../../AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/universal_io-2.2.2/lib/src/internet_address.dart').
internetAddress: ip.address,
I am using version 5.0.2
My Flutter sdk is on version 3.19.6
The text was updated successfully, but these errors were encountered:
Hi. I get below error when i try to run my project for web:
I am using version 5.0.2
My Flutter sdk is on version 3.19.6
The text was updated successfully, but these errors were encountered: