Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protobuf ^3.1.0 support #836

Open
nissaba opened this issue Jan 26, 2024 · 5 comments
Open

protobuf ^3.1.0 support #836

nissaba opened this issue Jan 26, 2024 · 5 comments

Comments

@nissaba
Copy link

nissaba commented Jan 26, 2024

My project was started suing this lib, and also needs to use mcumgr_flutter.

But I needed to update mcumgr_flutter and other libs because Apple as set the minimum target at iOS 12.
This cause the project to break because reactive_ble_mobile depends on protobuf ^2.0.0 and mcumgr_flutter >=0.2.0+1 and so mcumgr_flutter >=0.2.0+1 is incompatible with flutter_reactive_ble >=5.0.3, and because MyProject depends on both flutter_reactive_ble ^5.0.3 and mcumgr_flutter ^0.3.0+1, version solving failed

@nissaba
Copy link
Author

nissaba commented Feb 14, 2024

ping!

@keithle888
Copy link

This would be useful for me too as protobuf well known types requires protobuf 3.x. I haven't yet come across another way of solving using custom protobuf messaging while importing well-known types in the .proto schema.

@nissaba
Copy link
Author

nissaba commented May 17, 2024

This would be useful for me too as protobuf well known types requires protobuf 3.x. I haven't yet come across another way of solving using custom protobuf messaging while importing well-known types in the .proto schema.

I solved the problem by using Flutter_bleu_plus

@paulVulog
Copy link

Any plan to update this lib ? At least the Protobuf dependency prevent us to update the other dependency in our projects.

@rohansingh
Copy link

We've been running successfully for quite a while with this workaround:

dependency_overrides:
  protobuf: 3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants