Gets a bunch of fixes. Most notably a VM that has background compilation re-enabled (and stable). This should win us (back) a ~17% improvement of analysis times (CLI and server).
See: https://github.com/dart-lang/sdk/issues/26697 for more context.
* add google analytics
* send in the run target type
* track device type targets
* use the real GA code
* review comments
* rev to usage 2.0
* rev to 2.2.0 of usage; add tests
* review comments
Among other things, grabs support for `@optionalTypeArgs`.
This is the last dev push for 1.16. Here on out we're in cherry-pick season until 1.16 final.
This patch teaches the flutter command to download the Dart SDK into
cache, removing another step from the Getting Started workflow. The
version of the Dart SDK is controlled by the "dart-sdk.version" file in
the bin/cache directory.
Fixes#54