PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
662 stars 326 forks source link

Published plugin version 5.2.0 does not support federated plugin correctly #814

Closed nicofossa closed 8 months ago

nicofossa commented 10 months ago

The published version 5.2.0 on pub.dev does not support federated plugins.

I developed a federated plugin for an unsupported platform (Windows). I could not use the versione 5.2.0 from the pub.dev because it tries to initialize the Mobile plugin implementation anyway, causing a runtime error.

The related file is packages/flutter_reactive_ble/lib/src/reactive_ble.dart line 107 in the tag 5.2.0

The custom plugin works correctly when using the master git version of the package.

This is fixed in commit d07b4cd

Can you please publish a version supporting federated plugins?

Thankyou

Taym95 commented 8 months ago

We fixed CI, we will publish new version today.