mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
23 lines
789 B
YAML
23 lines
789 B
YAML
embedded_libs:
|
|
"dart:async": "async/async.dart"
|
|
"dart:collection": "collection/collection.dart"
|
|
"dart:convert": "convert/convert.dart"
|
|
"dart:core": "core/core.dart"
|
|
"dart:developer": "developer/developer.dart"
|
|
"dart:io": "io/io.dart"
|
|
"dart:isolate": "isolate/isolate.dart"
|
|
"dart:math": "math/math.dart"
|
|
"dart:typed_data": "typed_data/typed_data.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.
|
|
# Not including this library yields analysis errors.
|
|
"dart:_http": "_http/http.dart"
|
|
"dart:_internal": "internal/internal.dart"
|
|
"dart:nativewrappers": "_empty.dart"
|
|
|
|
analyzer:
|
|
language:
|
|
enableSuperMixins: true
|