dart-archive / discoveryapis_generator

Create API Client libraries based on the API's Discovery documentation
https://pub.dev/packages/discoveryapis_generator
Other
77 stars 36 forks source link

Use core.Object instead of core.dynamic. #190

Closed jakobr-google closed 6 years ago

jakobr-google commented 6 years ago

The different tools and runtimes still don't agree on whether dynamic is exported by dart:core (see dart-lang/sdk#29125). To work around this, we use core.Object instead.

jakobr-google commented 6 years ago

Dropping this one. core.dynamic is correct according to the language team, so hopefully analyzer and DDC will fall in line eventually...