Releases: dart-lang/native
Releases · dart-lang/native
package:ffi v2.2.0
- Export leaked types.
package:hooks_runner v1.0.2
- Pass
HTTP(S)_PROXYand related environment variables to hooks. - Add
ANDROID_NDK,ANDROID_NDK_HOME,ANDROID_NDK_LATEST_HOMEand
ANDROID_NDK_ROOTto the environment variables allowlist.
package:hooks v1.0.1
- Update documentation about environment variables.
package:objective_c v9.2.5
9.2.5
- Fix a bug by adding minimum OS version flags to the build script.
package:objective_c v9.2.4
9.2.4
- Fix a bug build hook path issue that could pass percent-encoded cache paths to clang, leading to missing source file errors.
package:ffi v2.1.5
- Update to the latest lints.
- Add default parameter names for callbacks.
package:objective_c v9.2.0
- Migrate to from a Flutter plugin to native assets. This enables package:objective_c to be used in command line apps.
package:hooks_runner v1.0.1
- Ensure build fails if a build hook does not produce an output file.
package:ffigen v20.1.1
- Update tests and examples now that package:objective_c is using native assets.
package:native_toolchain_c v0.17.4
- For Windows, include errors from the standard output of
clin the logger's
output of CBuilder.
(#2809)