diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa8807a4c..e8baec9cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Fixes + +- Avoid dependency conflict with package_info_plus v3 ([#1084](https://github.com/getsentry/sentry-dart/pull/1084)) + ## 6.13.0 ### Features diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index 8764891cea..692d413e69 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: provider: ^6.0.0 dio: ^4.0.0 logging: ^1.0.2 - package_info_plus: ^2.0.0 + package_info_plus: ^3.0.0 dev_dependencies: pedantic: ^1.11.1 diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 9e7cf4a9a7..d617b8b7bb 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 6.13.0 - package_info_plus: '>=1.0.0 <3.0.0' + package_info_plus: '>=1.0.0 <4.0.0' meta: ^1.3.0 dev_dependencies: