flutter_nearby_connections icon indicating copy to clipboard operation
flutter_nearby_connections copied to clipboard

Slowness (Wifi-direct not activated)

Open suryababus opened this issue 4 years ago • 1 comments

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.

suryababus avatar May 14 '21 14:05 suryababus

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

VNAPNIC avatar Jun 14 '21 03:06 VNAPNIC