zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.24k stars 612 forks source link

Version Solving Fail With google_map_location_picker_flutter: 2.0.5 #1310

Closed imharsshhh closed 1 year ago

imharsshhh commented 1 year ago

I'm using a graphql_flutter version 5.1.2 and google_map_location_picker_flutter version 2.0.5

Not able to execute flutter pub get

Because every version of google_map_location_picker_flutter depends on flutter_google_places ^0.3.0 which depends on rxdart ^0.26.0, every version of google_map_location_picker_flutter requires rxdart ^0.26.0.
 And because graphql_flutter 5.1.2 depends on graphql ^5.1.3 which depends on rxdart ^0.27.1, google_map_location_picker_flutter is incompatible with graphql_flutter 5.1.2.
 So, because <APP_NAME> depends on both graphql_flutter 5.1.2 and google_map_location_picker_flutter 2.0.5, version solving failed.
vincenzopalazzo commented 1 year ago

IMHO this should be reported to https://github.com/humazed/google_map_location_picker

There are outdated not us!

Try to do

dependency_overrides:
  rxdart: ">=0.27.1"
vincenzopalazzo commented 1 year ago

I suspect that this is fixed