Releases: dart-lang/native
Releases · dart-lang/native
package:native_assets_builder v0.4.0
- Breaking change: Split out the
KernelAsset
s from normalAsset
s.
package:native_assets_cli v0.4.2
- Fix dartdoc generation. Hide the implementation details.
ffi v2.1.2
- Update repository to point to dart-lang/native.
package:native_assets_builder v0.3.2
- Reintroduce
AssetRelativePath
, it's used indart build
.
package:native_assets_builder v0.3.1
- Add support for
runPackageName
to avoid native assets for packages that
the root package depends on but the package being run doesn't. - Bump
package:native_assets_cli
to 0.4.1. - Moved test projects from
test/data/
totest_data/
.
package:native_toolchain_c v0.3.4+1
- Stop depending on private
package:native_assets_cli
CCompilerConfig
fields.
package:native_assets_cli v0.4.1
- Breaking change Removed all code not used in
build.dart
scripts out of the public API.
package:native_toolchain_c v0.3.4
- Bump
package:native_assets_cli
to 0.4.0.
package:native_assets_cli v0.4.0
- Added example/use_dart_api/ detailing how to use
dart_api_dl.h
from the Dart SDK in native code. - Breaking change Moved code not used in
build.dart
topackage:native_assets_builder
.
package:ffigen v11.0.0
- Any compiler errors/warnings in source header files will now result in bindings to not be generated by default, since it may result in invalid bindings if the compiler makes a wrong guess. A flag
--ignore-source-errors
(or yaml configignore-source-errors: true
) must be passed to change this behaviour. - Breaking change: Stop generating setters for global variables marked
const
in C. - Fix objc_msgSend being used on arm64 platforms where it's not available.
- Fix missing comma with
ffi-native
functions markedleaf
. - Add support for finding libclang in Conda environment.