Skip to content

Commit 09d3c83

Browse files
vicbjbdeboer
authored andcommitted
fix(perf_api): updgrade the pkg minimum version to fix an analyzer error
fixes dart-archive#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 dart-archive#1408
1 parent 3090a19 commit 09d3c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
di: '>=2.0.1 <3.0.0'
2323
html5lib: '>=0.10.0 <0.11.0'
2424
intl: '>=0.8.7 <0.12.0'
25-
perf_api: '>=0.0.8 <0.1.0'
25+
perf_api: '>=0.0.9 <0.1.0'
2626
route_hierarchical: '>=0.4.22 <0.5.0'
2727
dev_dependencies:
2828
benchmark_harness: '>=1.0.0 <2.0.0'

0 commit comments

Comments
 (0)