flutter/packages/flutter_tools/test/general.shard/commands
Matan Lurey 125b4e945e
Move explicit package dependencies to a feature flag (#158016)
Closes https://github.com/flutter/flutter/issues/158012.

This is (effectively) a user-facing NOP, which is exchanging an
on-by-default command-line argument (`--implicit-pubspec-resolution`)
for an off-by-default global feature flag
(`explicit-package-dependencies`). It matches the mental model better,
is less painstaking to maintain and feed throughout, and will be easier
to globally flip on/off in a future PR.

---------

Co-authored-by: Andrew Kolos <andrewrkolos@gmail.com>
2024-11-13 18:33:34 -08:00
..
analyze_base_test.dart Migrate analyze commands to null safety (#95442) 2021-12-22 12:14:19 -08:00
build_test.dart Refactor BuildInfo to always require packageConfigPath (#150559) 2024-07-02 11:19:31 +02:00
daemon_test.dart Move explicit package dependencies to a feature flag (#158016) 2024-11-13 18:33:34 -08:00
flutter_root_test.dart Stop reading .packages from flutter_tools. (#154912) 2024-09-13 13:53:05 +02:00