DEV Community

Discussion on: Flutter WiFi Direct Plugin

Collapse
 
vsstechhacks profile image
vsstechhacks

how I can send and receive files like images, docs, etc. using p2p

Collapse
 
devtronic profile image
Julian Finkler

Simply follow the instructions in the README github.com/mintware-de/flutter_p2p

  1. Scan for other devices
  2. Connect to the device
  3. Open a socket and send binary data through it