Skip to content

Commit 209f18a

Browse files
authored
Fix the pubspecs SDK constraints (#146)
1 parent 56ac62a commit 209f18a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- chore: new analysis options rules
4545
- Ref: rename the `throwable` argument name to `exception` in `captureEvents(...)`
4646
- Ref : remove dsn from Transport public Api
47+
- update the Dart sdk constraint
4748

4849
# `package:sentry` changelog
4950

dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >
66
homepage: https://github.com/getsentry/sentry-dart
77

88
environment:
9-
sdk: ^2.0.0
9+
sdk: ">=2.0.0 <3.0.0"
1010

1111
dependencies:
1212
http: ^0.12.0

flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ homepage: https://docs.sentry.io/platforms/flutter/
55
repository: https://github.com/getsentry/sentry-dart
66

77
environment:
8-
sdk: ^2.7.0
8+
sdk: ">=2.0.0 <3.0.0"
99
flutter: ^1.17.0
1010

1111
dependencies:
1212
flutter:
1313
sdk: flutter
1414
flutter_web_plugins:
1515
sdk: flutter
16-
sentry:
16+
sentry: #^4.0.0 uncomment before publishing
1717
path: ../dart
1818

1919
dev_dependencies:

0 commit comments

Comments
 (0)