Skip to content

Releases: dart-lang/native

jnigen-v0.14.0

31 Jan 12:50
e62b691
Compare
Choose a tag to compare

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

31 Jan 12:49
e62b691
Compare
Choose a tag to compare

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 running Jni.spawn from Dart standalone,
    instead use the default value of build/jni_libs.
  • Added JArray.of, which allows a JArray to be constructed from an
    Iterable.
  • Added JObject.isA, which checks whether a JObject is a instance of a
    java class.
  • Do not require JAWT when building for desktop.
  • Added JByteArray.from, which allows a JByteArray to be constructed
    from an Iterable<int>.

package:native_assets_builder v0.11.1

23 Jan 11:14
1d3e70c
Compare
Choose a tag to compare
Pre-release
  • Don't recompile hooks on package_config.json having an updated timestamp.

package:native_toolchain_c v0.8.0

22 Jan 16:49
61d68b3
Compare
Choose a tag to compare
Pre-release
  • 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

22 Jan 16:22
8c54373
Compare
Choose a tag to compare
Pre-release
  • Breaking change Complete overhaul of the API used in build and link hooks.
    The BuildConfig is now split in BuildInput and BuildConfig. 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. The outputDirectory is the same if the config is the
    same.
  • Breaking change The output.json is now part of BuildInput.

package:native_assets_builder v0.11.0

22 Jan 17:05
ca5f3d2
Compare
Choose a tag to compare
Pre-release
  • 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

03 Jan 17:24
Compare
Choose a tag to compare

download_asset-prebuild-assets-v0.1.0-try-2

03 Jan 14:48
Compare
Choose a tag to compare

package:native_assets_builder v0.10.2

02 Jan 10:34
28757e0
Compare
Choose a tag to compare
Pre-release
  • Export types (fix for 0.10.1).

package:native_assets_builder v0.10.1

02 Jan 10:05
2251646
Compare
Choose a tag to compare
Pre-release
  • Pass in the environment for hook invocations.