Skip to content

Commit 8ba9fc0

Browse files
authored
add link to dart.dev FFI docs (#40)
1 parent 4364df5 commit 8ba9fc0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ffi/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A series of simple examples demonstrating how to call C libraries from Dart.
44

55
This code is designed to work with *Dart version 2.6.0* and above.
66

7+
To learn more about FFI, start with the [C interop using
8+
dart:ffi](https://dart.dev/guides/libraries/c-interop) guide on dart.dev.
9+
710
## Building native libraries
811

912
Each sample uses [CMake][cmake] to generate a Makefile. To build the native
@@ -36,4 +39,4 @@ The Dart binary can only load shared libraries that are *signed*. For more
3639
information, see [dart-lang/sdk/issues/38314][signing-issue] for details.
3740

3841
[cmake]: https://cmake.org/
39-
[signing-issue]: https://github.com/dart-lang/sdk/issues/38314
42+
[signing-issue]: https://github.com/dart-lang/sdk/issues/38314

ffi/system-command/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ To run these samples:
1111

1212
When run, you should see the system-default browser launch and load the
1313
Dart website, https://dart.dev
14+
15+
## Learn more
16+
17+
To learn more about FFI, start with the [C interop using
18+
dart:ffi](https://dart.dev/guides/libraries/c-interop) guide on dart.dev.
19+

0 commit comments

Comments
 (0)