-
Notifications
You must be signed in to change notification settings - Fork 80
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
Example not working [ANDROID] #19
Comments
I tried on iOS simulators, and it's working just fine, just like the README gif. |
Tested, same not work on Android in real devices. |
android if using wifi means using the hotspot, and will affect internet connection |
I tested this on Android devices as well, and I had the same result. The devices are not able to see each other. |
@VNAPNIC Thanks for your answer. I use exactly the same from your example project:
the |
Same result here the plugin works perfectly with iOS but when testing it with an Android device the app even doesn't finish compiling and give the following errors
|
@Heshara I had to make a couple of changes to get the app to compile:
This solved the |
@smoore-edare thanks a lot it fixed the compilation error! Still Android devices are unable to identify each other
|
Fixed on version 1.1.0 https://github.com/VNAPNIC/flutter_nearby_connections/releases/tag/1.1.0 |
@VNAPNIC |
Me too! Still not working in real android devices |
I'm trying out your plugin, but the example app doesn't seem to work at all.
I'm using two real devices, both showing the WiFi direct notification, but neither seeing the other.
This si my flutter doctor output:
I'm probably missing something, but I can't figure it out
Permissionas are set, too.
The text was updated successfully, but these errors were encountered: