Clone this repo:
  1. c837526 Prepare to publish package:ffigen and package:objective_c (#1125) by Liam Appelbe · 2 days ago main
  2. 1a6faf5 Add link.dart hook (#827) by Moritz · 2 days ago
  3. a152cfa Delete coverage.sh (#1124) by Liam Appelbe · 3 days ago
  4. 877114b Fetch compound cursor definition fetch only when required. (#1130) by Prerak Mann · 3 days ago
  5. aa095c8 Bump actions/checkout from 4.1.4 to 4.1.5 in the github-actions group (#1129) by dependabot[bot] · 3 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
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

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.