You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using graphql_flutter, connectivity 0.4.4 is added. This version requires the NSLocationWhenInUseUsageDescription permission on iOS.
This can cause user friction. Version 2.0.0 removes some APIs and removes the requirement for the API.
Describe the solution you'd like
Upgrade connectivity to ^2.0.0. In stable and beta branches
Describe alternatives you've considered
Use another library?
Is your feature request related to a problem? Please describe.
When using
graphql_flutter
,connectivity
0.4.4 is added. This version requires theNSLocationWhenInUseUsageDescription
permission on iOS.This can cause user friction. Version 2.0.0 removes some APIs and removes the requirement for the API.
Describe the solution you'd like
Upgrade
connectivity
to ^2.0.0. In stable and beta branchesDescribe alternatives you've considered
Use another library?
Additional context
https://pub.dev/packages/connectivity/changelog#200
The text was updated successfully, but these errors were encountered: