Hi all, I've got a Flutter app where I'm using gRPC. I've just started writing some Flutter integration tests [docs <https://flutter.dev/docs/cookbook/testing/integration/introduction>] and it looks like the latest version of the grpc dependency (3.0.0) <https://pub.dev/packages/grpc> causes a version incompatibility.
Here is the error I've been hitting: Because every version of flutter_driver from sdk depends on crypto 2.1.5 and grpc 3.0.0 depends on crypto ^3.0.0, flutter_driver from sdk is incompatible with grpc 3.0.0. And because no versions of grpc match >3.0.0 <4.0.0, flutter_driver from sdk is incompatible with grpc ^3.0.0. So, because flutterapp depends on both grpc ^3.0.0 and flutter_driver any from sdk, version solving failed. pub get failed (1; So, because flutterapp depends on both grpc ^3.0.0 and flutter_driver any from sdk, version solving failed.) Has anyone dealt with this yet? Thanks! - Matt -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/cd9f3c31-9dc9-4479-8675-da3c9c4b1f66n%40googlegroups.com.
