flutter/packages/flutter_tools/test/general.shard/custom_devices
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
..
custom_device_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
custom_device_workflow_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
custom_devices_config_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00