PhilipsHue / flutter_reactive_ble

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

Conflict Between MyApplication and Flutter_reactive_blue about protobuf #807

Closed weixuefeng closed 6 months ago

weixuefeng commented 11 months ago

flutter_reactive_blue use protobuf^3.18.1, and my application use protobuf^3.21.5. so i got error:

Duplication class com.google.protobuf.AbstractMessageLite found int modules xxxxx

so, i guess, if i change implements to api on here can make it work?

image

nissaba commented 7 months ago

I am having same problem, My ticked is then a dup of this.. https://github.com/PhilipsHue/flutter_reactive_ble/issues/836