flutter/dev/integration_tests/link_hook/hook
Martin Kustermann 181f4244b4
[native_assets] Preparation existing tests for future of other (i.e. non-Code) assets (#160436)
In the future a hook may be invoked multiple times with different
`supportedAssetTypes` (soon to be renamed to `buildAssetTypes`).

The hook should only emit those asset types that are in
`supportedAssetTypes` - anything else is an error. Right now flutter
happens to invoke hooks only with `Code` asset types, but more asset
types are coming, for which this PR is a preparation for.
2024-12-20 17:46:55 +00:00
..
build.dart [native_assets] Preparation existing tests for future of other (i.e. non-Code) assets (#160436) 2024-12-20 17:46:55 +00:00
link.dart [native_assets] Preparation existing tests for future of other (i.e. non-Code) assets (#160436) 2024-12-20 17:46:55 +00:00