mannprerak2 / nearby_connections

Flutter plugin (android) for sharing bytes and files Offline, (Based on the android Nearby Connections API)
https://pub.dev/packages/nearby_connections
BSD 2-Clause "Simplified" License
94 stars 30 forks source link

Feature Request: iOS Support #1

Closed coreyarogers closed 5 years ago

coreyarogers commented 5 years ago

Great work! 👍

Are there any plans to make this feature available for iOS as well, maybe using Multipeer Connectivity :D ?

mannprerak2 commented 5 years ago

Hi, sorry for the late response. I looked into this today.. The thing is that, Nearby Connections works only for android and Multipeer Connectivity works only for iOS/ macOS.

However, for inter-platform communication, there is another API called Nearby Messages, but it works through the internet and uses Google Play Services