Skip to content

Commit ef2f368

Browse files
authored
Update package_info_plus (#1084)
1 parent 870f5eb commit ef2f368

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Avoid dependency conflict with package_info_plus v3 ([#1084](https://github.com/getsentry/sentry-dart/pull/1084))
8+
39
## 6.13.0
410

511
### Features

flutter/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
provider: ^6.0.0
2121
dio: ^4.0.0
2222
logging: ^1.0.2
23-
package_info_plus: ^2.0.0
23+
package_info_plus: ^3.0.0
2424

2525
dev_dependencies:
2626
pedantic: ^1.11.1

flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
flutter_web_plugins:
1616
sdk: flutter
1717
sentry: 6.13.0
18-
package_info_plus: '>=1.0.0 <3.0.0'
18+
package_info_plus: '>=1.0.0 <4.0.0'
1919
meta: ^1.3.0
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)