Nankai

Results 12 comments of Nankai

Android doesn't support emulator only support real devices

@machuytu try it: https://github.com/VNAPNIC/UDP-TCP-Flutter

The library can't make a connection between Android and IOS

I think to connect both platforms, should using wifi p2p

try it @mjafartp https://github.com/VNAPNIC/presentation-displays

Android doesn't support emulator only support real devices

No, the current only supports transfer data raw

ok, u can follow the progress here https://github.com/VNAPNIC/flutter_nearby_connections/projects/3

u can convert image into byte array and byte array to base64 String like that: List imageBytes = widget.fileData.readAsBytesSync(); print(imageBytes); String base64Image = base64Encode(imageBytes);

android if using wifi means using the hotspot, and will affect internet connection android only supports Bluetooth If you still want to use wifi with android you can refer to...