Skip to content
New issue

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

Get all serviceTypes does not work #61

Open
guyluz11 opened this issue Feb 14, 2024 · 0 comments
Open

Get all serviceTypes does not work #61

guyluz11 opened this issue Feb 14, 2024 · 0 comments
Labels
needs triage Not yet verified

Comments

@guyluz11
Copy link

Description

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.

Scenario

Use the plugin in my own application via Flutter dependency

Platform

Android

@sebastianhaberey sebastianhaberey added the needs triage Not yet verified label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Not yet verified
Projects
None yet
Development

No branches or pull requests

2 participants