File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11language : dart
22dart :
3- - stable
3+ # - stable # there's no Dart 2 on the stable channel yet
44 - dev
55script : ./tool/presubmit.sh
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ program to https://sentry.io error tracking service.
77
88## Versions
99
10- > =0.0.0 and <2.0.0 is the range of versions compatible with Dart 1.
10+ ` >=0.0.0 <2.0.0 ` is the range of versions compatible with Dart 1.
1111
12- > =2.0.0 and <3.0.0 is the range of versions compatible with Dart 2.
12+ ` >=2.0.0 <3.0.0 ` is the range of versions compatible with Dart 2.
1313
1414## Usage
1515
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ description: A pure Dart Sentry.io client.
44author :
Flutter Authors <[email protected] > 55homepage : https://github.com/flutter/sentry
66
7+ environment :
8+ sdk : " >=2.0.0-dev.28.0 <3.0.0"
9+
710dependencies :
811 http : " >=0.11.0 <2.0.0"
912 meta : " >=1.0.0 <2.0.0"
You can’t perform that action at this time.
0 commit comments