Skip to content

Commit

Permalink
feat: Support device_info_plus version 11. (#180)
Browse files Browse the repository at this point in the history
Fixes: #179 

The breaking changes in 11 are transparent to our usage.
  • Loading branch information
kinyoklion authored Dec 13, 2024
1 parent 7ffd3a4 commit 24e0ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_client_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
package_info_plus: ">=4.2.0 <9.0.0"
device_info_plus: ">=9.1.1 <11.0.0"
device_info_plus: ">=9.1.1 <12.0.0"
launchdarkly_common_client: 1.4.1
shared_preferences: ^2.2.2
connectivity_plus: ">=5.0.2 <7.0.0"
Expand Down

0 comments on commit 24e0ca2

Please sign in to comment.