| # The list of external dependencies that are allowed as unpinned dependencies. | 
 | # See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#Dependencies | 
 | # | 
 | # All entries here should have an explanation for why they are here, either | 
 | # via being part of one of the default-allowed groups, or a specific reason. | 
 |  | 
 | ## Explicit allowances | 
 |  | 
 | # Owned by individual Flutter Team members. | 
 | # Ideally we would not do this, since there's no clear plan for what | 
 | # would happen if the individuals left the Flutter Team, and the | 
 | # repositories may or may not meet Flutter's security standards. Be | 
 | # cautious about adding to this list. | 
 | - build_verify | 
 | - google_maps | 
 |  | 
 | ## Allowed by default | 
 |  | 
 | # Dart-team-owned packages | 
 | - analyzer | 
 | - args | 
 | - async | 
 | - build | 
 | - build_config | 
 | - build_runner | 
 | - build_test | 
 | - code_builder | 
 | - collection | 
 | - convert | 
 | - crypto | 
 | - dart_style | 
 | - devtools_app_shared | 
 | - devtools_extensions | 
 | - fake_async | 
 | - ffi | 
 | - file | 
 | - file_testing | 
 | - gcloud | 
 | - graphs | 
 | - html | 
 | - http | 
 | - intl | 
 | - io | 
 | - js | 
 | - json_serializable | 
 | - leak_tracker | 
 | - leak_tracker_flutter_testing | 
 | - lints | 
 | - logging | 
 | - markdown | 
 | - meta | 
 | - mime | 
 | - mockito | 
 | - path | 
 | - package_config | 
 | - platform | 
 | - process | 
 | - pub_semver | 
 | - shelf | 
 | - shelf_static | 
 | - source_gen | 
 | - stream_transform | 
 | - test | 
 | - test_api | 
 | - vm_service | 
 | - wasm | 
 | - web | 
 | - yaml | 
 | # Google-owned packages | 
 | - _discoveryapis_commons | 
 | - adaptive_navigation | 
 | - googleapis | 
 | - googleapis_auth | 
 | - json_annotation | 
 | - protobuf | 
 | - quiver | 
 | - sanitize_html | 
 | - source_helper | 
 | - vector_math | 
 | - webkit_inspection_protocol |