Closed weixuefeng closed 9 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?
implements
api
I am having same problem, My ticked is then a dup of this.. https://github.com/PhilipsHue/flutter_reactive_ble/issues/836
flutter_reactive_blue use protobuf^3.18.1, and my application use protobuf^3.21.5. so i got error:
so, i guess, if i change
implements
toapi
on here can make it work?