Skip to content

Commit

Permalink
small clean-ups; sdk version constraint (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov authored Mar 21, 2018
1 parent a0c2524 commit 7348e10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: dart
dart:
- stable
# - stable # there's no Dart 2 on the stable channel yet
- dev
script: ./tool/presubmit.sh
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ program to https://sentry.io error tracking service.

## Versions

>=0.0.0 and <2.0.0 is the range of versions compatible with Dart 1.
`>=0.0.0 <2.0.0` is the range of versions compatible with Dart 1.

>=2.0.0 and <3.0.0 is the range of versions compatible with Dart 2.
`>=2.0.0 <3.0.0` is the range of versions compatible with Dart 2.

## Usage

Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: A pure Dart Sentry.io client.
author: Flutter Authors <[email protected]>
homepage: https://github.com/flutter/sentry

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"

dependencies:
http: ">=0.11.0 <2.0.0"
meta: ">=1.0.0 <2.0.0"
Expand Down

0 comments on commit 7348e10

Please sign in to comment.