package:native_assets_cli v0.11.0
Pre-release
Pre-release
·
473 commits
to main
since this release
- Breaking change Complete overhaul of the API used in build and link hooks.
TheBuildConfigis now split inBuildInputandBuildConfig. 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. TheoutputDirectoryis the same if the config is the
same. - Breaking change The
output.jsonis now part ofBuildInput.