mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Both dart:core and dart:_internal export Symbol. This is silently ignored by the VM but some tools (e.g. fasta) report a warning when processing dart:ui sources. See https://github.com/dart-lang/sdk/issues/30127 for more details.