package:native_assets_cli v0.11.0
Pre-release
Pre-release
·
259 commits
to main
since this release
- Breaking change Complete overhaul of the API used in build and link hooks.
TheBuildConfig
is now split inBuildInput
andBuildConfig
. The input is
everything passed in to the hook. The config (a part of the input) is what
shouldn't change on subsequent invocations of the same flutter or dart command
for the same target. TheoutputDirectory
is the same if the config is the
same. - Breaking change The
output.json
is now part ofBuildInput
.