I've got a Flutter app where I'm using gRPC. I've just started writing some Flutter integration tests [
docs] and it looks like the latest version of the
grpc dependency (3.0.0) causes a version incompatibility.
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.)