Hubert Jóźwiak

Results 12 comments of Hubert Jóźwiak

> ![Screenshot_1](https://user-images.githubusercontent.com/102767277/184247641-c3dd3a1c-2591-4405-9455-b251d34be4d6.png) ![Screenshot_2](https://user-images.githubusercontent.com/102767277/184247644-76ff0405-4079-40f0-a6c9-35d2948f33e3.png) > > I noticed that these two buttons known as ElevatedButton in Material 3 style can only be implemented in a separate class, not in MyApp. Otherwise,...

Fixed by https://github.com/flutter/flutter/pull/110127.

Hi! Thanks for reaching out, I did some tests with your `dart_ping_ios` but I couldn't get it to work, my implementation uses isolates internally so it seems like this issue...

Well, what binaries exactly would you like to include? As far as I know, you can ping directly from Obj-C or Swift code like here: https://github.com/samiyr/SwiftyPing/blob/master/Sources/SwiftyPing/SwiftyPing.swift Furthermore, I don't think...

4.0.0 version includes a new function which internally doesn't use isolates, so it's now possible to use this package on iOS after calling register function in dart_ping_ios. I added a...

Yes, your searching method is actually faster, nice job! I checked out the [network_tools](https://github.com/git-elliot/network_tools) and noticed some things that could be improved, I might open a PR related to them...

> This is a great addition to this package. I would love to see this on the next version @ivirtex. Sure, this is definitely coming in the next version. I'm...

Added in the newest version :)

Thank you for this suggestion, I will implement such option in the near future.

Thank you for reporting this bug and writing about it in such a nice template.