Releases: dart-lang/native
Releases · dart-lang/native
package:native_assets_cli v0.8.0
- Add URI for the recorded usages file to the
LinkConfig. - Added a validation step in the
buildandlinkmethods.
package:native_assets_builder v0.8.3
- Added a validation step on the output of the build and link hooks (both as a
per package, and as in all the packages together). - Fixed caching bug for link hooks
#1515. - Bump
native_toolchain_cto0.5.4andnative_assets_clito0.8.0.
package:native_toolchain_c v0.5.3
- Fix internal bug in
LinkerOptions. - Bump
package:native_assets_clito 0.7.3.
package:native_assets_cli v0.7.3
- Fix some more cases of:
BuildConfig.dependenciesand
LinkConfig.dependenciesno longer have to specify Dart sources. DataAssetexamples report all assets fromassets/dir and default the
asset names to the path inside the package.- Add
package:native_assets_cli/test.dartwithtestBuildHookhelper method
for testing build hooks. - Add
package:native_assets_cli/locking.dartwithrunUnderDirectoryLock.
package:native_assets_builder v0.8.2
- Fix some more cases of:
BuildConfig.dependenciesand
LinkConfig.dependenciesno longer have to specify Dart sources. DataAssettest projects report all assets fromassets/dir and default the
asset names to the path inside the package.- Automatically locks build directories to prevent concurrency issues with
multiple concurrentdartand orflutterinvocations. - Bump
package:native_assets_clito 0.7.3.
package:ffi v2.1.3
- Use
package:dart_flutter_team_lints. - Migrate from
DynamicLibrary.process()to@Native externalfunctions.
#1401
package:native_assets_cli v0.7.2
- Deprecate metadata concept.
package:native_toolchain_c v0.5.2
- Deprecated
CBuilder's constructorsdartBuildFiles. The Dart sources are
automatically used for determining whether hooks need to be rerun by newer
Dart and Flutter SDKs.
package:native_assets_cli v0.7.1
BuildConfig.dependenciesandLinkConfig.dependenciesno longer have to
specify Dart sources.
package:native_assets_builder v0.8.1
BuildRunnernow automatically invokes build hooks again if any of their Dart
sources changed.- Add more data asset test files.