'How to show local devices in flutter (AVD)
I want to discover the deices which are running a specified service exposed to the local network, but I don't know how to. For ex. I want to show networks from avahi tool.
Is there any way to achieve this in Flutter ? (with full code)
Thankyou in advance.
Solution 1:[1]
I don't know if you've checked pub.dev, but seems there is something specially for Avahi:
https://pub.dev/packages/avahi
and for query on multicast services :
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | AVEbrahimi |
