mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This test will highlight any accidentally introduced external
dependency.
A similar check already exist for flutter/packages:
952418ded4/script/tool/lib/src/pubspec_check_command.dart (L588-L608)
This change is intended to reduce the risk of
https://flutter.dev/go/unpin-flutter-sdk-dependencies, but is useful on
its own even if we never implement unpinning.
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>