flutter/dev/integration_tests/link_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
..
hook [native_assets] Preparation existing tests for future of other (i.e. non-Code) assets (#160436) 2024-12-20 17:46:55 +00:00
lib Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
src
test
.gitignore
ffigen.yaml
pubspec.yaml Manual pub roll with flutter_tools patch (#160174) 2024-12-16 21:41:54 +00:00
README.md

link_hook

Test project for the native assets test to exercise adding assets during a link hook.