python_ffi_cpython 0.2.1
python_ffi_cpython: ^0.2.1 copied to clipboard
The macOS, Windows and Linux implementation of python_ffi, a Python-FFI for Dart.
python_ffi_cpython #
MacOS, Windows and Linux implementation of the python_ffi
plugin. As such, this package is compatible with Flutter apps.
Development of this package #
Preparing the dylib for bundled distribution #
- Put it somewhere in the
macos
folder, and add the path tos.vendored_libraries
inmacos/python_ffi_cpython.podspec
. - Rename the dylib to
libpython3.11.dylib
(or whatever version you're using). - Run
install_name_tool -id @rpath/libpython3.11.dylib libpython3.11.dylib