Releases: dart-lang/native
Releases · dart-lang/native
package:native_assets_builder v0.2.1
- Provide a
PackageLayout
constructor for already parsedPackageConfig
flutter#134427.
package:native_toolchain_c v0.2.3
- Fix MSVC tool resolution inside (x86) folder (#123).
native_toolchain_c-v0.2.2
- Generate position independent code for libraries by default and add
pic
option to control this behavior.
native_toolchain_c-v0.2.1
- Added
defines
for specifying custom defines. - Added
buildModeDefine
to toggle define for current build mode. - Added
ndebugDefine
to toggle define ofNDEBUG
for non-debug builds.
package:native_toolchain_c v0.2.0
- Added topics.
- Breaking change Rename
assetName
toassetId
(#100).
package:native_assets_builder v0.2.0
- Breaking change
NativeAssetsBuildRunner
s methods now return an object (#105). - Breaking change
NativeAssetsBuildRunner
s methods now return value now contain a success bool instead of throwing (#106). Error messages are streamed to the logger. - Use an
out/
sub directory for building native assets (#98). - Check asset ids on having having a package uri with the owning package (#96).
NativeAssetsBuildRunner
now supports multiple calls (#102).
package:native_assets_cli v0.2.0
package:native_toolchain_c v0.1.0
- Initial version.
package:native_assets_cli v0.1.0
- Initial version.
package:native_assets_builder v0.1.0
- Initial version.