Skip to content

Commit 9b5f530

Browse files
authored
feat: Update package info plug and device info plus. (#229)
BEGIN_COMMIT_OVERRIDE feat: Update version constraints for package_info_plus to allow using 9.x. feat: Update version constraints for device_info_plus to allow using 12.x. END_COMMIT_OVERRIDE The plus packages were updated with a new major version. This version was a major because it updated the android build requirements. This means that we can loosen our version constraints and continue to work with these new versions and existing versions. Fixes: #227
1 parent b698905 commit 9b5f530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_client_sdk/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
package_info_plus: ">=4.2.0 <9.0.0"
15-
device_info_plus: ">=9.1.1 <12.0.0"
14+
package_info_plus: ">=4.2.0 <10.0.0"
15+
device_info_plus: ">=9.1.1 <13.0.0"
1616
launchdarkly_common_client: 1.7.0
1717
shared_preferences: ^2.2.2
1818
connectivity_plus: ">=5.0.2 <7.0.0"

0 commit comments

Comments
 (0)