flutter/packages/flutter_tools/test/commands.shard/permeable
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
..
data Bump flutter_lints to 3.0 (#136841) 2023-10-18 23:53:08 +00:00
utils [ Widget Preview ] Update generated scaffold project to include early preview rendering (#162847) 2025-02-11 16:41:28 +00:00
build_aar_test.dart Only bundle assets and plugins from transitive closure of dependencies (#160443) 2025-05-19 15:30:58 +00:00
build_apk_test.dart Add metrics for android gradle plugin version (#168181) 2025-05-02 20:02:15 +00:00
build_appbundle_test.dart Add metrics for android gradle plugin version (#168181) 2025-05-02 20:02:15 +00:00
build_bundle_test.dart Reland "Make Flutter version information accessible at runtime (#140783)" (#163761) 2025-02-24 20:17:08 +00:00
create_test.dart iOS: Update minimum iOS version to 13.0 (#167737) 2025-04-24 20:15:13 +00:00
devices_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
packages_test.dart [reland] delete FlutterCommand.usageValues (#162550) 2025-02-03 20:26:04 +00:00
script_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
upgrade_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
widget_preview_test.dart [ Widget Preview ] Refactor @Preview() detection and code generation (#168307) 2025-05-16 19:59:25 +00:00