We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c6eb5b + 5156e85 commit 0211da1Copy full SHA for 0211da1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixes
6
7
+- Avoid dependency conflict with package_info_plus v2 ([#1068](https://github.com/getsentry/sentry-dart/pull/1068))
8
9
## 6.12.1
10
11
### Dependencies
flutter/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
15
flutter_web_plugins:
16
sdk: flutter
17
sentry: 6.12.1
18
- package_info_plus: ^1.0.0
+ package_info_plus: '>=1.0.0 <3.0.0'
19
meta: ^1.3.0
20
21
dev_dependencies:
0 commit comments