Releases: dart-lang/native
Releases · dart-lang/native
package:native_toolchain_c v0.5.4
- Bump
package:native_assets_cli
to0.8.0
.
package:native_assets_cli v0.8.0
- Add URI for the recorded usages file to the
LinkConfig
. - Added a validation step in the
build
andlink
methods.
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_c
to0.5.4
andnative_assets_cli
to0.8.0
.
package:native_toolchain_c v0.5.3
- Fix internal bug in
LinkerOptions
. - Bump
package:native_assets_cli
to 0.7.3.
package:native_assets_cli v0.7.3
- 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
.
package:native_assets_builder v0.8.2
- Fix some more cases of:
BuildConfig.dependencies
and
LinkConfig.dependencies
no longer have to specify Dart sources. DataAsset
test 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 concurrentdart
and orflutter
invocations. - Bump
package:native_assets_cli
to 0.7.3.
package:ffi v2.1.3
- Use
package:dart_flutter_team_lints
. - Migrate from
DynamicLibrary.process()
to@Native external
functions.
#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.dependencies
andLinkConfig.dependencies
no longer have to
specify Dart sources.