We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am calling
final Discovery discovery = await startDiscovery('_services._dns-sd._udp', autoResolve: false); print(discovery.services);
And I am getting an empty list.
I am using Android 14, Samsung s21 ultra Have added permissions
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
Running the command avahi-browse --all -p in Linux terminal does return a list of results.
avahi-browse --all -p
Use the plugin in my own application via Flutter dependency
Android
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I am calling
And I am getting an empty list.
I am using Android 14, Samsung s21 ultra
Have added permissions
Running the command
avahi-browse --all -p
in Linux terminal does return a list of results.Scenario
Use the plugin in my own application via Flutter dependency
Platform
Android
The text was updated successfully, but these errors were encountered: