1embedded_libs: 2 "dart:async": "async/async.dart" 3 "dart:collection": "collection/collection.dart" 4 "dart:convert": "convert/convert.dart" 5 "dart:core": "core/core.dart" 6 "dart:developer": "developer/developer.dart" 7 "dart:ffi": "ffi/ffi.dart" 8 "dart:io": "io/io.dart" 9 "dart:isolate": "isolate/isolate.dart" 10 "dart:math": "math/math.dart" 11 "dart:typed_data": "typed_data/typed_data.dart" 12 "dart:ui": "ui/ui.dart" 13 # The internal library is needed as some implementations bleed into the public 14 # API, e.g. List being Iterable by virtue of implementing 15 # EfficientLengthIterable. 16 # Not including this library yields analysis errors. 17 "dart:_http": "_http/http.dart" 18 "dart:_internal": "internal/internal.dart" 19 "dart:nativewrappers": "_empty.dart" 20 21analyzer: 22 language: 23 enableSuperMixins: true 24