mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
hide Symbol exported from dart:_internal (flutter/engine#3861)
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.
This commit is contained in:
parent
e94546d547
commit
e2889dacca
@ -11,7 +11,7 @@
|
||||
/// text, layout, and rendering subsystems.
|
||||
library dart.ui;
|
||||
|
||||
import 'dart:_internal';
|
||||
import 'dart:_internal' hide Symbol;
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'dart:developer' as developer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user