mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make dart:ui more consistent with other built in libraries (#3609)
The other libraries don't repeat the "dart" name in their path inside the package.
This commit is contained in:
parent
4eed7d2732
commit
fd286ae445
@ -73,7 +73,7 @@ copy("copy_dart_ui") {
|
||||
sources = dart_ui_files
|
||||
|
||||
outputs = [
|
||||
"$root_gen_dir/dart-pkg/sky_engine/lib/dart_ui/{{source_file_part}}",
|
||||
"$root_gen_dir/dart-pkg/sky_engine/lib/ui/{{source_file_part}}",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ embedded_libs:
|
||||
"dart:isolate": "isolate/isolate.dart"
|
||||
"dart:math": "math/math.dart"
|
||||
"dart:typed_data": "typed_data/typed_data.dart"
|
||||
"dart:ui": "dart_ui/ui.dart"
|
||||
"dart:ui": "ui/ui.dart"
|
||||
# The internal library is needed as some implementations bleed into the public
|
||||
# API, e.g. List being Iterable by virtue of implementing
|
||||
# EfficientLengthIterable.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user