Sudesh Chaudhary
Sudesh Chaudhary

Reputation: 475

Create P2P connections with Wi-Fi Direct in Flutter

I want to use Wifi Direct p2p in my flutter project. When I searched about it, I got to know that it can be done using native APIs easily. Is there any Dart support to use p2p? Or I must have to go for native languages?

Upvotes: 4

Views: 9525

Answers (2)

blob
blob

Reputation: 473

You can call android or ios code from flutter. Flutter for the GUI and p2p system from android or ios.

Upvotes: 0

Sarvesh Bhatnagar
Sarvesh Bhatnagar

Reputation: 1122

You can have a look at this package flutter_p2p. It's a Wifi Direct plugin for flutter and as of now only available for android.

Upvotes: 2

Related Questions