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.23k stars 613 forks source link

feat(graphql_flutter): bump connectivity_plus to 5.0.0 #1385

Closed erknvl closed 10 months ago

erknvl commented 10 months ago

It seems that there was an issue with the connectivity_plus package's minimum iOS version being set to 11, which caused problems when building on Xcode 15 and iOS 17. Upgrading the package to a newer version should resolve this issue.