You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ building and bundling.
11
11
| --- | --- | --- |
12
12
|[ffi](pkgs/ffi/)| Utilities for working with Foreign Function Interface (FFI) code. |[](https://pub.dev/packages/ffi)|
13
13
|[ffigen](pkgs/ffigen/)| Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift files. |[](https://pub.dev/packages/ffigen)|
14
+
|[objective_c](pkgs/objective_c/)| A library to access Objective C from Flutter that acts as a support library for package:ffigen. |[](https://pub.dev/packages/objective_c)|
14
15
|[jni](pkgs/jni/)| A library to access JNI from Dart and Flutter that acts as a support library for `package:jnigen`. |[](https://pub.dev/packages/jni)|
15
16
|[jnigen](pkgs/jnigen/)| A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine. |[](https://pub.dev/packages/jnigen)|
16
17
|[native_assets_builder](pkgs/native_assets_builder/)| This package is the backend that invokes build hooks. |[](https://pub.dev/packages/native_assets_builder)|
0 commit comments