point-source / dart_ping

Multi-platform network ping utility for Dart
30 stars 13 forks source link

Flutter icmp ping made breaking changes to their Enum types #23

Closed NZhlebinkov closed 2 years ago

NZhlebinkov commented 2 years ago

In the file dart_ping_ios.dart in VS Code. From there change lines 53 and 56 to be the following: case fp.PingError.requestTimedOut: and case fp.PingError.unknownHost:. Note the difference in capitalization of the enum types

webluoye commented 2 years ago

same error

hqt98 commented 2 years ago

Same error for me