nearby_connections
Plugin for the android NearbyConnections API. Bytes and Files Supported.
4.3.0
4.2K downloads/mo
#4079 most downloaded on pub.dev
mannprerak2/nearby_connections
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 12 months
Most releases are documented
notes for 27 of 31 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
32 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
32 releases · May 2019 to Feb 2025Releases
latest 32-
4.3.019 Feb 2025 -
4.2.012 Jan 2025 -
4.1.104 May 2024 -
4.1.030 Apr 2024Release notes
Open source →- Min SDK bump 16 -> 19
- Updated nearby connections (
play-services-nearby:18.7.0->play-services-nearby:19.2.0) - Update gradle version 4.1.2 -> 7.4.2
-
4.0.102 Sep 2023Release notes
Open source →- Updated nearby connections (
play-services-nearby:18.4.0->play-services-nearby:18.7.0)
- Updated nearby connections (
-
4.0.009 Jul 2023Release notes
Open source →- Breaking change: removes all permission/location convenience methods.
- Please use permission_handler and location packages instead, checkout example/main.dart for details.
-
3.3.108 Jul 2023Release notes
Open source →- Deprecate all permission check/request convenience methods & update example to use package permission_handler instead.
-
3.3.004 Mar 2023 -
3.2.018 Mar 2022Release notes
Open source →- Update for Android 12 support. Apps may need to set
compileSdkVersion 32in build.gradle. - Added convinience methods
checkBluetoothPermissionandaskBluetoothPermissionrequired for Android 12+ devices.
- Update for Android 12 support. Apps may need to set
-
3.1.011 Jun 2021Release notes
Open source →- Expose
urifor file payloads and deprecatedfilepath. - Added convinience method
copyFileAndDeleteOriginalfor moving file usinguri.
- Expose
-
3.0.109 Apr 2021 -
3.0.011 Mar 2021 -
3.0.0-nullsafety.024 Nov 2020 pre-release -
2.0.208 Sep 2020 -
2.0.124 Aug 2020 -
2.0.015 Aug 2020Release notes
Open source →askLocationPermission&enableLocationServicereturn type changed to Future<bool>- Fix typose, uUpdated example and readme
-
1.1.128 Apr 2020Nothing published for this version
-
1.1.1+128 Apr 2020 -
1.1.014 Apr 2020Release notes
Open source →- Updated Android Nearby version from 16.0.0 to 17.0.0
- Updated Example
- Location/GPS service must be turned on or devices may disconnect
more often, some devices may disconnect immediately. 2 convenience methods are added
enableLocationServicesandcheckLocationEnabled
-
1.0.318 Dec 2019Release notes
Open source →- Added serviceId parameter in startAdvertising and startDiscovery
- Added new method askLocationAndExternalStoragePermission()
- Readme Fixes
-
1.0.216 Aug 2019 -
1.0.2+128 Aug 2019 -
1.0.116 Aug 2019Release notes
Open source →- Changed convenience methods for asking permissions(location+storage)
- Updated example
-
1.0.011 Aug 2019Release notes
Open source →- Added support for Files (sendFilePayload)
- Breaking Change (sendPayload method signature is changed)
- Updated Example and Readme for file transfer
-
0.1.306 Aug 2019Nothing published for this version
-
0.1.3+106 Aug 2019 -
0.1.206 Aug 2019Nothing published for this version
-
0.1.115 Jul 2019 -
0.1.015 Jul 2019 -
0.0.315 Jun 2019Nothing published for this version
-
0.0.215 May 2019 -
0.0.114 May 2019Release notes
Open source →- Currently only bytes (max 32k array size) payload are supported
- Analogous to NearbyConnection library in Android with similar callback names and all
- Singleton pattern using factory constructor