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

Use `flutter pub add` to add dependencies #1033

Closed domesticmouse closed 2 years ago

domesticmouse commented 2 years ago

Describe the purpose of the pull request.

Docs

domesticmouse commented 2 years ago

Looks like I'm holding the tool wrong. The Github desktop app is complaining "Unable to squash. Squashing replays all commits up to the last one required for the squash. A merge commit cannot exist among those commits."

Feel free to either squash this PR on commit, or re-manufacture it as appropriate.

vincenzopalazzo commented 2 years ago

Looks like I'm holding the tool wrong. The Github desktop app is complaining "Unable to squash. Squashing replays all commits up to the last one required for the squash. A merge commit cannot exist among those commits."

Yeah, this is because merge and squash are mutually exclusive, and maybe I'm too biased with the squash to maintain the history clean.

Anyway, to keep you as the author of the commit, I remove just the merge commit and change the commit message. Otherwise, if I will squash, you lost the authority on the commit.

Thanks to contribute in this repository :)