Skip to content

package:native_assets_cli v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dcharkes dcharkes released this 22 Jan 16:22
· 259 commits to main since this release
8c54373
  • Breaking change Complete overhaul of the API used in build and link hooks.
    The BuildConfig is now split in BuildInput and BuildConfig. 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. The outputDirectory is the same if the config is the
    same.
  • Breaking change The output.json is now part of BuildInput.