Releases: dart-lang/native
Releases · dart-lang/native
package:native_toolchain_c v0.2.4
- Added
includesfor specifying include directories. - Added
flagsfor specifying arbitrary compiler flags. - Added
stdfor specifying a language standard. - Added
languagefor selecting the language (candcpp) to compile source files as. - Added
cppLinkStdLibfor specifying the C++ standard library to link against.
package:native_assets_builder v0.2.3
- Quicker build planning for 0 or 1 packages with native assets (#128).
package:native_assets_builder v0.2.2
- Take a
PackageLayoutargument forbuildanddryRunflutter#134427.
package:native_assets_builder v0.2.1
- Provide a
PackageLayoutconstructor for already parsedPackageConfigflutter#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
picoption to control this behavior.
native_toolchain_c-v0.2.1
- Added
definesfor specifying custom defines. - Added
buildModeDefineto toggle define for current build mode. - Added
ndebugDefineto toggle define ofNDEBUGfor non-debug builds.
package:native_toolchain_c v0.2.0
- Added topics.
- Breaking change Rename
assetNametoassetId(#100).
package:native_assets_builder v0.2.0
- Breaking change
NativeAssetsBuildRunners methods now return an object (#105). - Breaking change
NativeAssetsBuildRunners 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).
NativeAssetsBuildRunnernow supports multiple calls (#102).