Releases: dart-lang/native
Releases · dart-lang/native
package:native_assets_cli v0.3.0
- Breaking change Add required
BuildConfig.packageName
(#142).
package:native_assets_builder v0.3.0
- Bump
package:native_assets_cli
to 0.3.0 (#142).
native_toolchain_c-v0.2.5
- Explicitly tell linker to create position dependent or position independent executable (#133).
native_toolchain_c v0.2.4+1
- Explicitly tell linker to create position dependent or position independent executable (#133).
package:native_toolchain_c v0.2.4
- Added
includes
for specifying include directories. - Added
flags
for specifying arbitrary compiler flags. - Added
std
for specifying a language standard. - Added
language
for selecting the language (c
andcpp
) to compile source files as. - Added
cppLinkStdLib
for 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
PackageLayout
argument forbuild
anddryRun
flutter#134427.
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.