Releases: dart-lang/native
Releases · dart-lang/native
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.
package:native_assets_builder v0.8.1
BuildRunner
now automatically invokes build hooks again if any of their Dart
sources changed.- Add more data asset test files.
package:native_toolchain_c v0.5.1
- Bump
package:native_assets_cli
to 0.7.0.
package:native_assets_cli v0.7.0
BuildConfig
constructors now have a requiredlinkingEnabled
parameter.
package:native_assets_builder v0.8.0
BuildRunner.build
andBuildRunner.buildDryRun
now have a required
linkingEnabled
parameter.