Skip to content

Releases: dart-lang/native

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.

package:native_assets_builder v0.8.1

12 Jul 15:27
75fdc16
Compare
Choose a tag to compare
Pre-release
  • 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

10 Jul 10:01
4ba45d4
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.7.0.

package:native_assets_cli v0.7.0

10 Jul 09:49
64092c2
Compare
Choose a tag to compare
Pre-release
  • BuildConfig constructors now have a required linkingEnabled parameter.