flutter/packages/flutter_tools/test/general.shard
Nicholas Shahan 7e32a77210
[flutter_tools] Enable hot reload on the web (#169174)
[flutter_tools] Enable hot reload on the web

Update the defaults so hot reload is enabled on web development builds
by default.
This enables the use of a new module representation in the compiled
JavaScript.
Passing `--no-web-experimental-hot-reload` will disable the ability to
hot reload
and return to the AMD JavaScript module representation.

This change avoids enabling hot reload in the flutter drive tests since
they rely on
`-d web-server` which has known startup issues. When
https://github.com/dart-lang/sdk/issues/60289 is
resolved it should be safe to enable hot reload by default for the
`flutter drive`
tests.

Fixes: https://github.com/flutter/flutter/issues/167510
2025-06-02 23:13:50 +00:00
..
android Remove isExplicitPackageDependenciesEnabled: true, it is the default. (#169156) 2025-05-21 04:26:10 +00:00
base Fix the "Missing ExternalProject for :" error (#168403) 2025-05-29 17:51:19 +00:00
build_system [ios]: Warning for FlutterAppDelegate.window.rootViewController in launch functions (#169166) 2025-05-31 00:16:20 +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 generateSyntheticPackages and code that invoked it. (#169893) 2025-06-02 23:12:38 +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 [Reland3] Implements UISceneDelegate dynamically w/ FlutterLaunchEngine (#169276) (#169365) 2025-05-30 20:57:40 +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 Symlink SwiftPM plugins in the same directory (#168932) 2025-06-02 16:11:06 +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 Roll forward: "Initialize default-app-flavor" (#169298) (#169602) 2025-05-28 20:15:01 +00:00
test Start removing Observatory support and references (#169216) 2025-05-24 00:00:30 +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 Make test output with encoded dart-defines=... human readable. (#169353) 2025-05-26 16:53:09 +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 Update iOS tools (#169863) 2025-06-02 18:35:14 +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 Let tests mock the list of feature flags (#169140) 2025-05-29 20:40:34 +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 Start removing Observatory support and references (#169216) 2025-05-24 00:00:30 +00:00
flutter_validator_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
generate_localizations_test.dart 🐛 Normalize generated file paths for the l10n generator (#169467) 2025-05-26 23:25:42 +00:00
github_template_test.dart Use .flutter-plugins-dependencies for crash reporting. (#169319) 2025-05-26 18:13:29 +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
plugin_parsing_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
plugins_test.dart Symlink SwiftPM plugins in the same directory (#168932) 2025-06-02 16:11:06 +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 [flutter_tools] Enable hot reload on the web (#169174) 2025-06-02 23:13:50 +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 Let tests mock the list of feature flags (#169140) 2025-05-29 20:40:34 +00:00
update_packages_test.dart Reverts "Add workspace (#169451)" (#169468) 2025-05-26 14:07:27 +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 Validate build configuration during Xcode build phase (#169395) 2025-05-29 19:00:56 +00:00
xcode_project_test.dart Symlink SwiftPM plugins in the same directory (#168932) 2025-06-02 16:11:06 +00:00