pszklarska / beacon_broadcast

A Flutter plugin for turning your device into a beacon.
https://pub.dartlang.org/packages/beacon_broadcast/
MIT License
81 stars 33 forks source link

Added additional params #21

Closed kiokumicu closed 3 years ago

kiokumicu commented 3 years ago

Hi! In my case was necessary change advertise mode from default (ADVERTISE_MODE_LOW_POWER) to more efficiency (ADVERTISE MODE LOW_LATENCY). Unfortunately there is no params or method to set it. I added params, that allowed it. Please, review it.

pszklarska commented 3 years ago

Hey @kiokumicu! Thanks for your PR, I only have few comments and after fixing those I'm happy to merge it!