juliansteenbakker / flutter_ble_peripheral

A Flutter package for advertising BLE data in peripheral mode
BSD 3-Clause "New" or "Revised" License
72 stars 50 forks source link

Add Gatt server #155

Open tiago-bacelar opened 10 months ago

tiago-bacelar commented 10 months ago

General refactor android-side (some helper classes were created to distribute functionality in a more readable way) Small refactor flutter-side regarding PeripheralState (now the plugin stores the state flutter-side to avoid asynchronous calls to the native platform) Add gatt server (android) Add endpoints relative to gatt server

For the moment, only the android platform was changed. I intend to work on the iOS platform next. I can either add them to this PR after I'm done or create a new one if this one is merged in the meantime.

marcotrumpet commented 9 months ago

Any news on this?

juliansteenbakker commented 9 months ago

Hi @tiago-bacelar, thanks for your work! If you need any help, or have some parts that are done, please let me know so i can test and merge it.

ekuleshov commented 7 months ago

Also eagerly waiting for this to be completed. Even if it is Android only.

itanvation commented 7 months ago

any update on the @tiago-bacelar