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 619 forks source link

Support for new version of rxdart #497

Closed luizjunior05 closed 4 years ago

luizjunior05 commented 4 years ago

When do you intend to support rxdart version 0.23?

luizjunior05 commented 4 years ago

When do you intend to support rxdart version 0.23?

Sorry, just now I looked at issue #420

5hanth commented 4 years ago

graphql: ^2.0.0 started getting rxdart version conflicts with flutter_bloc: ^3.1.0

flutter packages get Running "flutter pub get" in flutter_app...
Because no versions of flutter_bloc match >3.1.0 <4.0.0 and flutter_bloc 3.1.0 depends on bloc ^3.0.0, flutter_bloc ^3.1.0 requires bloc ^3.0.0.

And because no versions of bloc match >3.0.0 <4.0.0, flutter_bloc ^3.1.0 requires bloc 3.0.0. And because bloc 3.0.0 depends on rxdart ^0.23.0 and graphql >=1.0.1-beta.8 depends on rxdart ^0.22.0, flutter_bloc ^3.1.0 is incompatible with graphql >=1.0.1-beta.8.

So, because flutter_app depends on both flutter_bloc ^3.1.0 and graphql ^2.0.0, version solving failed. pub get failed (1; So, because flutter_app depends on both flutter_bloc ^3.1.0 and graphql ^2.0.0, version solving failed.) exit code 1

mainawycliffe commented 4 years ago

The fix for this issue has already been merged. There is an issue with the deployment pipeline and tests are failing hence hasn't been released to beta or stable.

mainawycliffe commented 4 years ago

I will have a look and see if we can fix the pipeline and release the existing deployments.

OTDE commented 4 years ago

Looking forward to seeing this deployed -- I have the exact same use case as @5hanth here.

2ZeroSix commented 4 years ago

@mainawycliffe it's unrelated to this issue, but I think it could be much easier to maintain pipelines and deployments with distinct repositories for graphql and graphql_flutter. I mentioned one issue with version inconsistency I wasn't sure how to solve in my PR. Do you have any discussions or thoughts on this topic between core contributors?

HofmannZ commented 4 years ago

:tada: This issue has been resolved in version 3.0.0-beta.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

HofmannZ commented 4 years ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: