VNAPNIC / flutter_nearby_connections

Flutter plugin support peer-to-peer connectivity and the discovery of nearby devices for Android vs IOS
https://pub.dev/packages/flutter_nearby_connections
BSD 2-Clause "Simplified" License
106 stars 68 forks source link

Slowness (Wifi-direct not activated) #18

Open suryababus opened 3 years ago

suryababus commented 3 years ago

Hi, I am trying to implement file sharing for you. Indeed I managed to accomplish file sharing but the file-sharing is very slow. I am sure it is using a Bluetooth connection. I tried every strategy possible to switch to wifi direct, but no luck.

check this link: https://github.com/android/connectivity-samples/issues/140

I have an idea for this problem, let me know when we can discuss it.

VNAPNIC commented 3 years ago

android if using wifi means using the hotspot, and will affect internet connection If you still want to use wifi with android you can refer to https://github.com/VNAPNIC/UDP-TCP-Flutter