Skip to content

Releases: dart-lang/native

package:native_toolchain_c v0.5.4

13 Sep 12:18
e2f7d13
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.8.0.

package:native_assets_cli v0.8.0

13 Sep 11:49
3a12b0a
Compare
Choose a tag to compare
Pre-release
  • Add URI for the recorded usages file to the LinkConfig.
  • Added a validation step in the build and link methods.

package:native_assets_builder v0.8.3

13 Sep 12:37
4d55186
Compare
Choose a tag to compare
Pre-release
  • 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 to 0.5.4 and native_assets_cli to 0.8.0.

package:native_toolchain_c v0.5.3

02 Sep 09:51
83e38fe
Compare
Choose a tag to compare
Pre-release
  • Fix internal bug in LinkerOptions.
  • Bump package:native_assets_cli to 0.7.3.

package:native_assets_cli v0.7.3

02 Sep 09:33
6b0e226
Compare
Choose a tag to compare
Pre-release
  • Fix some more cases of: BuildConfig.dependencies and
    LinkConfig.dependencies no longer have to specify Dart sources.
  • DataAsset examples report all assets from assets/ dir and default the
    asset names to the path inside the package.
  • Add package:native_assets_cli/test.dart with testBuildHook helper method
    for testing build hooks.
  • Add package:native_assets_cli/locking.dart with runUnderDirectoryLock.

package:native_assets_builder v0.8.2

02 Sep 11:12
d293d78
Compare
Choose a tag to compare
Pre-release
  • Fix some more cases of: BuildConfig.dependencies and
    LinkConfig.dependencies no longer have to specify Dart sources.
  • DataAsset test projects report all assets from assets/ dir and default the
    asset names to the path inside the package.
  • Automatically locks build directories to prevent concurrency issues with
    multiple concurrent dart and or flutter invocations.
  • Bump package:native_assets_cli to 0.7.3.

package:ffi v2.1.3

12 Aug 10:00
e06a8d3
Compare
Choose a tag to compare
  • Use package:dart_flutter_team_lints.
  • Migrate from DynamicLibrary.process() to @Native external functions.
    #1401

package:native_assets_cli v0.7.2

15 Jul 13:04
7198b7a
Compare
Choose a tag to compare
Pre-release
  • Deprecate metadata concept.

package:native_toolchain_c v0.5.2

12 Jul 15:01
758735b
Compare
Choose a tag to compare
Pre-release
  • Deprecated CBuilder's constructors dartBuildFiles. 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

12 Jul 14:35
a4dd7d8
Compare
Choose a tag to compare
Pre-release
  • BuildConfig.dependencies and LinkConfig.dependencies no longer have to
    specify Dart sources.