Skip to content

Commit

Permalink
Avoid dependency conflict with package_info_plus v2 (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 11, 2022
1 parent 6d317ea commit 56810ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- Avoid dependency conflict with package_info_plus v2 ([#1068](https://github.com/getsentry/sentry-dart/pull/1068))

## 6.12.1

### Dependencies
Expand Down
1 change: 1 addition & 0 deletions flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
provider: ^6.0.0
dio: ^4.0.0
logging: ^1.0.2
package_info_plus: ^2.0.0

dev_dependencies:
pedantic: ^1.11.1
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
sentry: 6.12.1
package_info_plus: ^1.0.0
package_info_plus: '>=1.0.0 <3.0.0'
meta: ^1.3.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ void main() {
buildSignature: '',
packageName: 'io.sentry.samples',
version: '1.2.3',
installerStore: null,
);
});

Expand Down

0 comments on commit 56810ff

Please sign in to comment.