flutter_nearby_connections icon indicating copy to clipboard operation
flutter_nearby_connections copied to clipboard

Flutter plugin support peer-to-peer connectivity and the discovery of nearby devices for Android vs IOS

Results 46 flutter_nearby_connections issues
Sort by recently updated
recently updated
newest added

run example given in code in android real device, its not showing any devices, -- woking in ios simulator but not in android real device

Possible to implement file sharing with nearby connection.

Future

With this change it is possible to know who was sending received data.

Under Android, even when using Strategy.Wi_Fi_P2P, nearby_connections receives Bluetooth connection change callbacks from non-P2P devices, causing it to erroneously drop connections. In our case it is a Bluetooth low-energy device...

Not an issue, just a question, will this library allow for iOS devices to talk peer-to-peer with Android devices and vice versa? Is there an example that accounts for this?...

I have 2 device (Android 5 and 11) and I tried testing them in each other. The Android 11 device detects advertising of Android 5 but, it doesn't detect if...

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...

I tried both advertising and browsing on 3 android devices running android 9, 6 and 7 (last one has a custom rom). Only the android 9 can browse the others...