Results 32 comments of git-elliot

Version must be upgraded automatically and changelog has to be added in fastlane directory.

@nmfisher clicking on floatingbutton would trigger the code and print the same error but if I replace `FlutterIsolate.spawn` with `Isolate.spawn` then there is no such error and code works expected....

We use a underlying library `dart_ping` and it only provides a total [time](https://pub.dev/documentation/dart_ping/latest/dart_ping/PingSummary/time.html). I can open a issue in underlying library to build this use case and tag you there....

I opened an [issue](https://github.com/point-source/dart_ping/issues/63) in `dart_ping` to provide/expose these values so that I can consume it.

If the underlying framework or library can provide these details then I think we can at least add signal strength. But I still couldn't find a way to measure internet...

exclude dependencies which conflict with your old files. ``` compile('com.github.danysantiago:sendgrid-android:1', { exclude group: 'org.apache.httpcomponents.httpclient-android' exclude group: 'org.apache.httpcomponents.httpclient' }) ```

Can you please tell me the difference between your other request https://github.com/osociety/vernet/issues/121 and this

`includeLinkLocal: false` will exclude interfaces for everyone. You have 2 interfaces closed but others can have open. If we can determine if a network interface is not closed then we...

But I don't think that this is the right place to fix it. If we can fix it in package `multicast_dns` then it would be better. Can you open the...

I don't have a linux machine. I would investigate the issue (as it is low priority) in a UTM host later and report back what could be done. @lowerclasswarfare