chipweinberger / flutter_blue_plus

Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, macOS
Other
791 stars 478 forks source link

[Feature]: iBeacons are not supported on iOS. Apple requires you to use CoreLocation. #878

Closed securexperts closed 6 months ago

securexperts commented 6 months ago

FlutterBluePlus Version

1.32.6

Flutter Version

3.19.6

What OS?

iOS

OS Version

iOS 17.4.1

Bluetooth Module

Minew Tech Software=nRF52-SDK13.0 / Hardware=MS71SF6_V1.0.0

What is your feature request?

Hello,

Today I use the flutter_beacon: ^0.5.1 but would like to use your plugin. Do you plan to integrate CoreLocation to be able to recognize also iBeacons on iOS. On Android it works like a charm. What would be the estimate time to make it available?. Do you need Hardware piece for the integration?

Many Thanks Roman from SecureXperts

Logs

New Feature -> no Logs
chipweinberger commented 6 months ago

This is not a feature I will implement.

CoreLocation support should be implemented in a different flutter package.

perhaps you can improve flutter_beacon