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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ building and bundling.
9
9
10
10
| Package | Description | Issues | Version |
11
11
| --- | --- | --- | --- |
12
-
|[code_assets](pkgs/code_assets/)| This package contains the Dart API for code assets in `hook/build.dart` and `hook/link.dart`. |[][code_assets_issues]||
13
-
|[data_assets](pkgs/data_assets/)| This package contains the Dart API for data assets in `hook/build.dart` and `hook/link.dart`. |[][data_assets_issues]||
12
+
|[code_assets](pkgs/code_assets/)| This package contains the Dart API for code assets in `hook/build.dart` and `hook/link.dart`. |[][code_assets_issues]|[](https://pub.dev/packages/code_assets)|
13
+
|[data_assets](pkgs/data_assets/)| This package contains the Dart API for data assets in `hook/build.dart` and `hook/link.dart`. |[][data_assets_issues]|[](https://pub.dev/packages/data_assets)|
14
14
|[ffi](pkgs/ffi/)| Utilities for working with Foreign Function Interface (FFI) code. |[][ffi_issues]|[](https://pub.dev/packages/ffi)|
15
15
|[ffigen](pkgs/ffigen/)| Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift files. |[][ffigen_issues]|[](https://pub.dev/packages/ffigen)|
16
-
|[hooks](pkgs/hooks/)| This package contains the API for `hook/build.dart` and `hook/link.dart`. |[][hooks_issues]||
17
-
|[hooks_runner](pkgs/hooks_runner/)| This package is the backend that invokes `hook/build.dart` and `hook/link.dart` from Dart and Flutter. |[][hooks_runner_issues]||
16
+
|[hooks](pkgs/hooks/)| This package contains the API for `hook/build.dart` and `hook/link.dart`. |[][hooks_issues]|[](https://pub.dev/packages/hooks)|
17
+
|[hooks_runner](pkgs/hooks_runner/)| This package is the backend that invokes `hook/build.dart` and `hook/link.dart` from Dart and Flutter. |[][hooks_runner_issues]|[](https://pub.dev/packages/hooks_runner)|
18
18
|[jni](pkgs/jni/)| A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen. |[][jni_issues]|[](https://pub.dev/packages/jni)|
19
19
|[jnigen](pkgs/jnigen/)| A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine. |[][jnigen_issues]|[](https://pub.dev/packages/jnigen)|
20
20
|[native_doc_dartifier](pkgs/native_doc_dartifier/)| A library that converts code snippets from other languages into Dart. |[](native_doc_dartifier_issues)|[](https://pub.dev/packages/native_doc_dartifier)|
21
-
|[native_toolchain_c](pkgs/native_toolchain_c/)| A library to invoke the native C compiler installed on the host machine. |[][native_toolchain_c_issues]||
21
+
|[native_toolchain_c](pkgs/native_toolchain_c/)| A library to invoke the native C compiler installed on the host machine. |[][native_toolchain_c_issues]|[](https://pub.dev/packages/native_toolchain_c)|
22
22
|[objective_c](pkgs/objective_c/)| A library to access Objective C from Flutter that acts as a support library for package:ffigen. |[][objective_c_issues]|[](https://pub.dev/packages/objective_c)|
23
23
|[swift2objc](pkgs/swift2objc/)| A tool for generating bindings that allow interop between Dart and Swift code. |[][swift2objc_issues]|[](https://pub.dev/packages/swift2objc)|
24
24
|[swiftgen](pkgs/swiftgen/)| A tool for generating bindings that allow interop between Dart and Swift code. |[][swiftgen_issues]|[](https://pub.dev/packages/swiftgen)|
0 commit comments