| 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:ffi": "ffi/ffi.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 |