flutter_nearby_connections
flutter_nearby_connections copied to clipboard
Flutter plugin support peer-to-peer connectivity and the discovery of nearby devices for Android vs IOS
Hi, when we added another plugin into our project (https://github.com/itsMatoosh/geofencing-awesome) the nearby service stopped working under iOS. We are not sure what the exact issue is but the List of...
NSNetServiceBrowser did not search with error dict [{ NSNetServicesErrorCode = "-72008"; NSNetServicesErrorDomain = 10; }].
Hello, to sort out https://github.com/VNAPNIC/flutter_nearby_connections/issues/51 I created a new example project with last version of android and also upgraded the device_info_plus
It works well on real devices android version below 12 , trials as below: 1) Tried to add these extra permission in the manifest as mentioned here [issue#29]. 2) tried...
How to ask permission before connecting to a pair, before initiating communication ?
I didn't discover List of devices in Android 12 and Higher versions. Is there any issue in plugin.
I didn't discover devices in Android 12 and Higher versions. Is there any issue in plugin.
**Bug:** Android Side: Due to the Android framework version, some environment values have to be modified: 1. Remove the package tag in AndroidManifest.xml. 2. Set the service name to an...
Caused by fh.s lateinit property serviceBindManager has not been initialized With an actual flutter version on Android 11-14 it seems, that the late initilize serviceBinding is not initialized. Please check...
- Updated the Android Google Nearby Connections library to latest version (18.5.0) - Updated the permissions needed for Android 12 and above. - Added `android:foregroundServiceType` and associated permission to `NearbyService`...