Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(perf_api): updgrade the pkg minimum version to fix an analyzer error
Browse files Browse the repository at this point in the history
fixes #1407

perf_api 0.0.8 contains an invalid const constructor which the type
checker ignored in dart 1.5.8 but throws on in 1.6. Using 0.0.9 fixes
this.

Closes #1408
  • Loading branch information
vicb authored and jbdeboer committed Aug 29, 2014
1 parent 3090a19 commit 09d3c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
di: '>=2.0.1 <3.0.0'
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.12.0'
perf_api: '>=0.0.8 <0.1.0'
perf_api: '>=0.0.9 <0.1.0'
route_hierarchical: '>=0.4.22 <0.5.0'
dev_dependencies:
benchmark_harness: '>=1.0.0 <2.0.0'
Expand Down

0 comments on commit 09d3c83

Please sign in to comment.