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.25k stars 615 forks source link

Update uuid version to ^4.0.0 #1391

Closed francescoberardi closed 10 months ago

francescoberardi commented 10 months ago

Some packages (e.g. pdfx, datadog_flutter_plugin) have updated uuid to version ^4.0.0 and are now incompatible with graphql-flutter.

Because graphql >=5.2.0-beta.3 depends on uuid ^3.0.1 and datadog_flutter_plugin >=2.0.0 depends on uuid ^4.0.0, graphql >=5.2.0-beta.3 is incompatible with datadog_flutter_plugin >=2.0.0. So, because ***** depends on both datadog_flutter_plugin ^2.0.0 and graphql ^5.2.0-beta.6, version solving failed.

I updated the dependencies https://github.com/francescoberardi/graphql-flutter/tree/feat/update-uuid/packages/graphql If you are ok, I can create the PR.

vincenzopalazzo commented 10 months ago

I think make sense, so the PR is welcome :)

vincenzopalazzo commented 10 months ago

I need to release the next beta including this https://github.com/zino-hofmann/graphql-flutter/pull/1392 so I will wait for your PR in order to release a single one 🛩️

francescoberardi commented 10 months ago

Thank you, PR created.

AristideVB commented 10 months ago

Available in beta soon ? 🙂 ⚡️