File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ A series of simple examples demonstrating how to call C libraries from Dart.
4
4
5
5
This code is designed to work with * Dart version 2.6.0* and above.
6
6
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
+
7
10
## Building native libraries
8
11
9
12
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
36
39
information, see [ dart-lang/sdk/issues/38314] [ signing-issue ] for details.
37
40
38
41
[ 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
Original file line number Diff line number Diff line change @@ -11,3 +11,9 @@ To run these samples:
11
11
12
12
When run, you should see the system-default browser launch and load the
13
13
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
+
You can’t perform that action at this time.
0 commit comments