centrifugal / centrifuge-dart

Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket
https://pub.dartlang.org/packages/centrifuge
MIT License
110 stars 34 forks source link

Raise protobuf package version 0.13.2 to 1.0.1 #29

Closed Holofox closed 4 years ago

Holofox commented 4 years ago

Hello! Sorry, is it possible to upgrade the protobuf package to the latest?

Because centrifuge >=0.2.0 depends on protobuf ^0.13.2 and my_flutter_app depends on protobuf ^1.0.1, centrifuge >=0.2.0 is forbidden. So, because my_flutter_app depends on centrifuge ^0.4.1, version solving failed. pub upgrade failed (1; So, because my_flutter_app depends on centrifuge ^0.4.1, version solving failed.)

Thank you in advance for considering the matter.

FZambia commented 4 years ago

@Holofox hello, yeah this definitely makes a lot of sense - me or @mogol will take a look soon, if you have a possibility to rebuild generated code with latest protoc for Dart and update dependency to library - feel free to send pr.