flutter/packages/flutter_tools/test/general.shard
Matan Lurey 9528c1849e
Disable the ability to opt-out of explicit-package-dependencies. (#169283)
This feature landed opt-in in 3.29 and opt-out in 3.32:


https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source

In this PR, we remove the ability to use `flutter config
--no-enable-explicit-package-dependencies`, and remove all places that
opt-in to the flag (which are currently NOPs). Follow-up PRs will
refactor tests relying on the older behavior, and then finally remove
`package:flutter_gen` and the `.flutter-plugins` (legacy format) file
guarded by this flag.
2025-05-22 21:42:50 +00:00
..
android Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
base iOS: Update minimum iOS version to 13.0 (#167737) 2025-04-24 20:15:13 +00:00
build_system [tool] Add --no-minify flag to JS Compiler (#169102) 2025-05-22 16:32:50 +00:00
commands Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
custom_devices Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
dap Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
drive Align web terminal messages with the VM (#163268) 2025-02-14 19:57:53 +00:00
intellij fix(doctor): add an alternative path for the Dart plugin (#163215) 2025-03-18 09:35:34 +00:00
ios Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
isolated [native assets] Graduate to preview (#169194) 2025-05-21 16:54:42 +00:00
linux Fix flutter doctor usage of eglinfo in failure cases. (#164334) 2025-02-28 13:07:55 +00:00
macos Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
migrations Make FlutterGeneratedPluginSwiftPackage an Xcode root package (#168789) 2025-05-19 15:27:33 +00:00
proxied_devices Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
reporting Finish removing null-safety mode, checks, and reporting. (#163153) 2025-02-12 21:52:02 +00:00
runner [tool] Fix deprecated API calls within tool (#168200) 2025-05-13 17:27:22 +00:00
test Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
tester Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
vscode [flutter_tools] Fix VS Code package.json path on macOS with case-sensitive file system (#163409) 2025-03-28 16:35:15 +00:00
web Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
widget_preview [ Widget Preview ] Refactor @Preview() detection and code generation (#168307) 2025-05-16 19:59:25 +00:00
windows Removes dev dependencies from generated plugin registrant for non-Android platforms (#161828) 2025-01-30 17:51:07 +00:00
android_plugin_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
application_package_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
args_test.dart [tool] Fix broken comment references and code spans in doc comments (#168498) 2025-05-15 21:14:26 +00:00
artifact_updater_test.dart [tool] Fix broken comment references and code spans in doc comments (#168498) 2025-05-15 21:14:26 +00:00
artifacts_test.dart When using --local-web-sdk, use a locally built Dart SDK if one is available (#166732) 2025-04-16 19:09:23 +00:00
asset_bundle_flavors_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
asset_bundle_package_fonts_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
asset_bundle_package_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
asset_bundle_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
asset_bundle_variant_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
asset_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
base_utils_test.dart Fixed race condition in PollingDeviceDiscovery. (#145506) 2024-03-21 22:37:08 +00:00
build_info_test.dart [flutter_tools] remove SkSL bundling and dump skp on compilation. (#162849) 2025-02-10 16:54:02 +00:00
bundle_builder_test.dart [native assets] Add the native asset manifest to the bundle dependencies in non-debug modes (#165023) 2025-03-13 20:57:59 +00:00
cache_test.dart Start using bin/cache/engine.{stamp|realm} instead of bin/internal/engine.{realm|version}. (#164352) 2025-03-02 00:54:33 +00:00
channel_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
cmake_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
cold_test.dart [flutter_tools] remove SkSL bundling and dump skp on compilation. (#162849) 2025-02-10 16:54:02 +00:00
common_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
compile_batch_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
compile_expression_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
compile_incremental_test.dart Fix casing of error when Dart compiler is interrupted (#167520) 2025-04-22 20:50:19 +00:00
compile_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
compute_dev_dependencies_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
config_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
convert_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
coverage_collector_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
crash_reporting_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
create_config_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
daemon_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
dart_plugin_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
desktop_device_test.dart [tool] Fix broken comment references and code spans in doc comments (#168498) 2025-05-15 21:14:26 +00:00
devfs_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
device_port_forwarder_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
device_test.dart Remove the last vestiges of null-unsafety in flutter_tools. (#164026) 2025-02-27 16:31:22 +00:00
device_vm_service_discovery_for_attach_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
devtools_launcher_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
emulator_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
fake_process_manager_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
features_config_test.dart Add flutter: config: {...} section to pubspec.yaml to influence FeatureFlags (#167953) 2025-04-28 23:59:21 +00:00
features_test.dart Disable the ability to opt-out of explicit-package-dependencies. (#169283) 2025-05-22 21:42:50 +00:00
flutter_manifest_assets_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
flutter_manifest_assets_transformers_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
flutter_manifest_test.dart Use config: enable-swift-...: false, remove disable-swift-...: true. (#168433) 2025-05-07 18:28:22 +00:00
flutter_platform_test.dart [flutter_tools] remove SkSL bundling and dump skp on compilation. (#162849) 2025-02-10 16:54:02 +00:00
flutter_project_metadata_test.dart [native assets] Graduate to preview (#169194) 2025-05-21 16:54:42 +00:00
flutter_tester_device_test.dart Rename shellPath to flutterTesterBinPath. (#161189) 2025-01-07 00:52:45 +00:00
flutter_validator_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
generate_localizations_test.dart Update tool-internal generateLocalizations...() to never use synthetic (flutter_gen) packages (#169285) 2025-05-22 18:31:35 +00:00
github_template_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
hot_shared.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
hot_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
integration_test_device_test.dart [flutter_tools] remove SkSL bundling and dump skp on compilation. (#162849) 2025-02-10 16:54:02 +00:00
license_collector_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
mdns_discovery_test.dart Don't throw on error for mDNS when searching for Dart VML url on core devices (#167135) 2025-04-16 22:46:13 +00:00
message_parser_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
persistent_tool_state_test.dart [flutter_tools] auto-migrate dev users to beta (#97028) 2022-01-25 11:00:14 -08:00
plugin_parsing_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
plugins_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
project_file_invalidator_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
project_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
project_validator_result_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
protocol_discovery_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
resident_devtools_handler_test.dart Don't crash flutter tool if Chrome is not available (#154941) 2025-01-21 10:47:16 +00:00
resident_runner_helpers.dart Remove legacy scenec stuff from flutter_tool (#163569) 2025-02-21 17:41:02 +00:00
resident_runner_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
resident_web_runner_cold_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
resident_web_runner_test.dart Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
run_hot_test.dart remove more (simple) usage of package:usage (#162354) 2025-01-30 18:09:19 +00:00
template_test.dart Remove --template=skeleton and add a placeholder error message instead. (#160695) 2024-12-24 00:02:29 +00:00
terminal_handler_test.dart Align web terminal messages with the VM (#163268) 2025-02-14 19:57:53 +00:00
testbed_test.dart [tool] Fix broken comment references and code spans in doc comments (#168498) 2025-05-15 21:14:26 +00:00
time_test.dart
tracing_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
unified_analytics_test.dart Revert the preview-device feature, tests, and code that only existed for it. (#162835) 2025-02-08 01:03:25 +00:00
update_packages_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
utils_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
version_test.dart Add FlutterVersion.engineCommitDate, helps signal engine artifact SHA issues (#163652) 2025-02-20 16:31:29 +00:00
vmservice_test.dart [flutter_tools] remove SkSL bundling and dump skp on compilation. (#162849) 2025-02-10 16:54:02 +00:00
web_template_test.dart [tool] Refactor WebTemplate to be immutable (#168201) 2025-05-06 03:28:25 +00:00
windows_version_validator_test.dart [tool] Fix broken comment references and code spans in doc comments (#168498) 2025-05-15 21:14:26 +00:00
xcode_backend_test.dart Call xcode_backend.dart from macos_assemble.sh (#168108) 2025-05-13 15:57:26 +00:00
xcode_project_test.dart Use config: enable-swift-...: false, remove disable-swift-...: true. (#168433) 2025-05-07 18:28:22 +00:00