-
Notifications
You must be signed in to change notification settings - Fork 369
Protobuf v3 #871
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 v3 #871
Conversation
…eprecated imperative apply of gradle plugins
|
Can you please fix this issue and merge changes? Because of protobuf v3 dependency in another plugin I use, it has created a deadlock. If Thanks in advance! > flutter pub get
Resolving dependencies... (1.1s)
Because reactive_ble_mobile 5.3.1 depends on protobuf ^2.0.0 and no versions of reactive_ble_mobile match >5.3.1 <6.0.0, reactive_ble_mobile ^5.3.1 requires protobuf ^2.0.0.
And because barcode_scan2 >=4.3.0 depends on protobuf ^3.1.0, barcode_scan2 >=4.3.0 is incompatible with reactive_ble_mobile ^5.3.1.
And because flutter_reactive_ble 5.3.1 depends on reactive_ble_mobile ^5.3.1 and no versions of flutter_reactive_ble match >5.3.1 <6.0.0, barcode_scan2 >=4.3.0 is incompatible with flutter_reactive_ble ^5.3.1.
So, because {my-app} depends on both flutter_reactive_ble ^5.3.1 and barcode_scan2 4.3.3, version solving failed. |
|
@gabrielgarciagava Any chance we can get this merged in, or anything I can do to move this forward? |
once the CI is green we will merge it. |
|
@Taym95 seems like it just needs approval now |
…eprecated imperative apply of gradle plugins (PhilipsHue#871)
|
@Taym95 any idea when this will come out in a release? |
…eprecated imperative apply of gradle plugins (PhilipsHue#871)
Small change, upgrades Protobuf to v3 and updates the example project to fix the deprecation of applying gradle plugins according to the documentation: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply