flutter/packages/flutter_tools/test/integration.shard/test_data
Sigurd Meldgaard b23840d044
Only bundle assets and plugins from transitive closure of dependencies (#160443)
Fixes https://github.com/dart-lang/pub/issues/4486
Fixes https://github.com/dart-lang/pub/issues/4473
Fixes https://github.com/flutter/flutter/issues/79261
Fixes https://github.com/flutter/flutter/issues/160142
Fixes https://github.com/flutter/flutter/issues/155242

Use the new `.dart_tool/package_graph.json` file to compute the
dependency graph. Determining

* which are transitive dependencies of the main app's direct and
dev-dependencies, (not other packages from the workspace)
* which of these are only in the transitive set of the direct
dependencies

Bundles assets from dev_dependencies when running `flutter test`, but
not otherwise.
2025-05-19 15:30:58 +00:00
..
background_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
basic_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
compile_error_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
deferred_components_config.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
deferred_components_project.dart Bumping framework Template Defaults to Android 16 (API 36) (#166464) 2025-05-05 23:46:34 +00:00
gen_l10n_project.dart Remove synthetic package qualifier for flutter: generate: error. (#163145) 2025-02-12 22:20:50 +00:00
hot_reload_const_project.dart Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
hot_reload_errors_common.dart Updated execution path to silently include --start-paused and updated tests (#168400) 2025-05-13 16:47:49 +00:00
hot_reload_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
hot_reload_test_common.dart Skip hot reload breakpoints test when running with web (#168873) 2025-05-15 04:11:17 +00:00
hot_reload_with_asset_test_common.dart Updated execution path to silently include --start-paused and updated tests (#168400) 2025-05-13 16:47:49 +00:00
hot_reload_with_asset.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
hot_restart_with_paused_child_isolate_project.dart [ Hot Restart ] Fix possible hang due to unhandled exception in UI isolates on hot restart (#165693) 2025-03-26 16:50:07 +00:00
integration_tests_project.dart Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
listen_for_sigterm.dart [flutter_tools] exec rather than spawn subprocess from bin/internal/shared.sh (#99871) 2022-03-14 13:35:18 -07:00
plugin_each_settings_gradle_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
plugin_project.dart Android templates: update default Kotlin from 1.8.22 to 2.1.0, update default Gradle from 8.9 to 8.12 (#160974) 2025-01-23 19:39:32 +00:00
project_with_early_error.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
project.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
stateless_stateful_hot_reload_test_common.dart Updated execution path to silently include --start-paused and updated tests (#168400) 2025-05-13 16:47:49 +00:00
stateless_stateful_project.dart Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
stepping_project.dart Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00
test_project.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
tests_project.dart Bump Dart SDK to 3.7 (#159812) 2024-12-05 21:39:53 +00:00