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

Generate new version with latest bumps from #1285 #1303

Closed williamhjcho closed 1 year ago

williamhjcho commented 1 year ago

Hi 👋

it's been a while since https://github.com/zino-hofmann/graphql-flutter/pull/1285 was merged on the main branch, but no releases (or at least dev releases) were generated.

We're currently using git URL + sha version pinning on our pubspec files to get the latest versions, but on some rare occasions (on our CI) the pub get fails when running in parallel (must be something how pub get command handles dependencies & cache)

But either way, would it be possible to generate a (preview) release?

vincenzopalazzo commented 1 year ago

Yeah I will generate one beta soon!