Skip to content

Commit b31eb96

Browse files
authored
feat: Add support for connectivity_plus 7.0+ (#232)
Updates the version constraints to support connectivity plus 7.0+. Similar to other plus library updates this is just a change to the build support tooling. It doesn't raise the minimum requirements of our SDK, but does raise them when using our SDK with connectivity plus 7.0+. Fixes: #231
1 parent f38ce0d commit b31eb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_client_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
device_info_plus: ">=9.1.1 <13.0.0"
1616
launchdarkly_common_client: 1.7.0
1717
shared_preferences: ^2.2.2
18-
connectivity_plus: ">=5.0.2 <7.0.0"
18+
connectivity_plus: ">=5.0.2 <8.0.0"
1919
web: ^1.1.1
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)