PointSource
PointSource
Okay thanks for that. I'll look into it. Guessing it works in iOS simulator as well but just not on hardware?
Sorry it took me so long to look at this. I didn't have any iOS devices with a mobile data plan. I have now attempted to reproduce this using an...
Oh fascinating! I certainly hadn't considered this case. I'll look into it. Thanks for the report
Did you try what was [suggested here](https://stackoverflow.com/a/76012108)? If so, what was the outcome?
After looking into this, it appears to be an issue with the upstream [flutter_icmp_ping](https://pub.dev/packages/flutter_icmp_ping) library which this library depends on for iOS support. I looked into adding support to that...
It's been a while since I looked at that but I seem to recall it being such that you cannot use the dart_ping_ios package on it's own. I think it's...
Ah yep, you're right. I didn't realize these conditionals were [restricted only to dart.library.x directives](https://github.com/dart-lang/sdk/issues/34262#issuecomment-416129832). This would, as you've pointed out, interfere with the ability to conditionally import based on...
> I think there is an incompatibility with this package: freerasp This would make sense since calling a native platform binary (like "ping") could be malicious behavior. For instance, what...
Are you by chance using a language other than English for your Android system/OS primary language? Have you tried debugging or printing out any exceptions that get caught? It seems...
Well, I would say it's probably a bug that it isn't returning anything at all. It should at least return or throw the error but I need to figure out...