Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgraded connectivity_plus package #1424

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
meta: ^1.7.0
path_provider: ^2.0.1
path: ^1.8.0
#connectivity_plus: ^5.0.0
Avinash-dhiraj marked this conversation as resolved.
Show resolved Hide resolved
connectivity_plus: ^6.0.2
hive: ^2.0.0
plugin_platform_interface: ^2.0.0
Expand All @@ -29,8 +30,8 @@ dev_dependencies:
test: ^1.17.12

environment:
sdk: '>=2.12.0 <=3.0.0'
flutter: ">=2.11.0"
sdk: '>=3.3.0 <=4.0.0'
flutter: ">=3.19.5"

platforms:
android:
Expand Down