You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
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. See google/perf_api.dart@3f0ae97
Error in dart 1.6 using 0.0.8:
Internal error: 'http://localhost:2000/main.dart': error: line 151 pos 17: expression is not a valid compile-time constant
final Map<String, int> _counters = <String, int>{};