https://github.com/ahmetbugraozcan/dart-ffi
https://github.com/ahmetbugraozcan/dart-ffi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmetbugraozcan/dart-ffi
- Owner: ahmetbugraozcan
- Created: 2023-05-09T19:14:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T08:40:21.000Z (about 2 years ago)
- Last Synced: 2024-12-25T18:21:32.150Z (5 months ago)
- Language: CMake
- Size: 439 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dart_ffi_example
This project is an example for my [Medium](https://medium.com/@bugra.ahmetozcan/interop-native-c-and-c-in-dart-code-with-dart-ffi-e0e34a6a3156) article and it show how can you use dart:ffi.
>Dart mobile, command-line, and server apps running on the Dart Native platform can use the dart:ffi library to call native C APIs, and to >read, write, allocate, and deallocate native memory. FFI stands for foreign function interface. Other terms for similar functionality >include native interface and language bindings.
https://dart.dev/guides/libraries/c-interop