Clone this repo:
  1. 5eadfaf [hooks] Stop leaking `MetadataAsset` (#2357) by Daco Harkes · 5 hours ago main hooks-v0.19.5
  2. 33c0251 [hooks] [code_assets] Add lint `public_member_api_docs` (#2353) by Daco Harkes · 8 hours ago code_assets-v0.19.4 hooks-v0.19.4
  3. 289967a [hooks] [hooks_runner] Use `any` deps in example and test_data (#2354) by Daco Harkes · 8 hours ago native_toolchain_c-v0.16.3
  4. 08c98ed [native_toolchain_c] Add linking for Android (#2347) by Michael Goderbauer · 11 hours ago
  5. e69b7c3 [objective_c] Swift style KVO pattern (#2344) by Liam Appelbe · 14 hours ago

Coverage Status

Overview

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

Packages

PackageDescriptionIssuesVersion
code_assetsThis package contains the Dart API for code assets in hook/build.dart and hook/link.dart.issues
data_assetsThis package contains the Dart API for data assets in hook/build.dart and hook/link.dart.issues
ffiUtilities for working with Foreign Function Interface (FFI) code.issuespub package
ffigenGenerator for FFI bindings, using LibClang to parse C, Objective-C, and Swift files.issuespub package
hooksThis package contains the API for hook/build.dart and hook/link.dart.issues
hooks_runnerThis package is the backend that invokes hook/build.dart and hook/link.dart from Dart and Flutter.issues
jniA library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.issuespub package
jnigenA Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.issuespub package
native_doc_dartifierA library that converts code snippets from other languages into Dart.issuespub package
native_toolchain_cA library to invoke the native C compiler installed on the host machine.issues
objective_cA library to access Objective C from Flutter that acts as a support library for package:ffigen.issuespub package
swift2objcA tool for generating bindings that allow interop between Dart and Swift code.issuespub package
swiftgenA tool for generating bindings that allow interop between Dart and Swift code.issuespub package

External packages

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

PackageDescriptionVersion
native_toolchain_cmakeA library to invoke CMake for Dart Native Assets.pub package
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.