Clone this repo:
  1. 7efefec Make Some JNI functions leaf and remove `Jni.accessors` (#1355) by Hossein Yousefi · 4 days ago main
  2. 4423654 Move swift2objc to its own pkgs directory (#1357) by Liam Appelbe · 8 days ago
  3. 888332a Test infra for Swift2ObjC (#1349) by Liam Appelbe · 9 days ago
  4. 0dd11f5 Publish ffigen 13.0.0 and objective_c 1.1.0 (#1348) by Liam Appelbe · 10 days ago
  5. 4c5fca9 [native-*] `DataAsset` names default to the full path (#1352) by Daco Harkes · 10 days ago

Coverage Status

Overview

This repository is home to Dart packages related to FFI and native assets building and bundling.

Packages

PackageDescriptionVersion
ffiUtilities for working with Foreign Function Interface (FFI) code.pub package
ffigenGenerator for FFI bindings, using LibClang to parse C, Objective-C, and Swift files.pub package
objective_cA library to access Objective C from Flutter that acts as a support library for package:ffigen.pub package
jniA library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.pub package
jnigenA Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.pub package
swift2objcGenerates ObjC compatibility wrappers for Swift APIs.pub package
swiftgenA Dart bindings generator for Swift.pub package
native_assets_builderThis package is the backend that invokes build hooks.pub package
native_assets_cliA library that contains the argument and file formats for implementing a native assets CLI.pub package
native_toolchain_cA library to invoke the native C compiler installed on the host machine.pub package

External packages

Packages not on this repo but also related to FFI and native assets. ❤️

PackageDescriptionVersion
native_toolchain_goA library to invoke the native Go compiler installed on the host machine.pub package
native_toolchain_rustA library to invoke the native Rust compiler installed on the host machine.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.