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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,15 @@ building and bundling.
19
19
|[native_assets_cli](pkgs/native_assets_cli/)| A library that contains the argument and file formats for implementing a native assets CLI. |[](https://pub.dev/packages/native_assets_cli)|
20
20
|[native_toolchain_c](pkgs/native_toolchain_c/)| A library to invoke the native C compiler installed on the host machine. |[](https://pub.dev/packages/native_toolchain_c)|
21
21
22
+
## External packages
23
+
24
+
Packages not on this repo but also related to FFI and native assets. ❤️
25
+
26
+
| Package | Description | Version |
27
+
| --- | --- | --- |
28
+
|[native_toolchain_go](https://github.com/csnewman/flutter-go-bridge/tree/master/native_toolchain_go)| A library to invoke the native Go compiler installed on the host machine. |[](https://pub.dev/packages/native_toolchain_go)|
29
+
|[native_toolchain_rust](https://github.com/irondash/native_toolchain_rust)| A library to invoke the native Rust compiler installed on the host machine. |[](https://pub.dev/packages/native_toolchain_rust)|
30
+
22
31
## Publishing automation
23
32
24
33
For information about our publishing automation and release process, see
0 commit comments