flutter/packages/flutter_tools/test/commands.shard/hermetic/widget_preview
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
..
preview_code_generator_test.dart [ Widget Preview ] Refactor @Preview() detection and code generation (#168307) 2025-05-16 19:59:25 +00:00
preview_detector_test.dart [ Widget Preview ] Refactor @Preview() detection and code generation (#168307) 2025-05-16 19:59:25 +00:00
widget_preview_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00