package:native_assets_cli v0.7.3
Pre-release
Pre-release
dcharkes
released this
02 Sep 09:33
·
232 commits
to main
since this release
- Fix some more cases of:
BuildConfig.dependencies
and
LinkConfig.dependencies
no longer have to specify Dart sources. DataAsset
examples report all assets fromassets/
dir and default the
asset names to the path inside the package.- Add
package:native_assets_cli/test.dart
withtestBuildHook
helper method
for testing build hooks. - Add
package:native_assets_cli/locking.dart
withrunUnderDirectoryLock
.