-
Notifications
You must be signed in to change notification settings - Fork 339
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
Comments
ping! |
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 |
Any plan to update this lib ? At least the Protobuf dependency prevent us to update the other dependency in our projects. |
We've been running successfully for quite a while with this workaround: dependency_overrides:
protobuf: 3.1.0 |
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
The text was updated successfully, but these errors were encountered: