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.
chore(pubspec): Widen the analyzer & observe constraints
Allow use of package:analyzer <0.25.0 and package:observe <0.14.0.
Analyzer earlier than 0.24.0 has issues with parsing `async` and `await`, this
allows the use of Angular.dart with code that needs process such code with
analyzer. The analyzer update tightens down uri resolution leading to
failures, therefore we also update `scripts/analyze.sh`.
Observe earlier than 0.13.0+1 constrains analyzer to <0.23.0.
0 commit comments