Releases: dart-lang/native
Releases · dart-lang/native
jnigen-v0.14.0
What's Changed
- Fixed a bug where the source parser would not have all of the type parameters
of the types.
jni-v0.14.0
What's Changed
- Added
DynamicLibraryLoadError
which is thrown when the dynamic library fails
to load.HelperNotFoundError
will only be thrown when the helper library
cannot be found. - Update the README.md to include info about generating bindings for built-in
java types. - Do not require a
dylibDir
when runningJni.spawn
from Dart standalone,
instead use the default value ofbuild/jni_libs
. - Added
JArray.of
, which allows aJArray
to be constructed from an
Iterable
. - Added
JObject.isA
, which checks whether aJObject
is a instance of a
java class. - Do not require JAWT when building for desktop.
- Added
JByteArray.from
, which allows aJByteArray
to be constructed
from anIterable<int>
.
package:native_assets_builder v0.11.1
- Don't recompile hooks on
package_config.json
having an updated timestamp.
package:native_toolchain_c v0.8.0
- Bump
package:native_assets_cli
to 0.11.0. - Support for LLVM Clang on Windows (requires MSVC to be installed).
package:native_assets_cli v0.11.0
- Breaking change Complete overhaul of the API used in build and link hooks.
TheBuildConfig
is now split inBuildInput
andBuildConfig
. The input is
everything passed in to the hook. The config (a part of the input) is what
shouldn't change on subsequent invocations of the same flutter or dart command
for the same target. TheoutputDirectory
is the same if the config is the
same. - Breaking change The
output.json
is now part ofBuildInput
.
package:native_assets_builder v0.11.0
- Breaking change Complete overhaul of the use of
NativeAssetsBuildRunner
to support pub workspaces
(#1905). - Bump
package:native_assets_cli
to 0.11.0.
download_asset-prebuild-assets-v0.1.0-try-3
download_asset-prebuild-assets-v0.1.0-try-2
package:native_assets_builder v0.10.2
- Export types (fix for 0.10.1).
package:native_assets_builder v0.10.1
- Pass in the environment for hook invocations.