python_ffi_macos 0.0.2 copy "python_ffi_macos: ^0.0.2" to clipboard
python_ffi_macos: ^0.0.2 copied to clipboard

discontinuedreplaced by: python_ffi_cpython
PlatformmacOS

The macOS implementation of python_ffi, a Python-FFI for Dart.

python_ffi_macos #

pub package

Macos 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 #

  1. Put it somewhere in the macos folder, and add the path to s.vendored_libraries in macos/python_ffi_macos.podspec.
  2. Rename the dylib to libpython3.11.dylib (or whatever version you're using).
  3. Run install_name_tool -id @rpath/libpython3.11.dylib libpython3.11.dylib
0
likes
130
points
25
downloads

Publisher

verified publisherivlivs.dev

Weekly Downloads

The macOS implementation of python_ffi, a Python-FFI for Dart.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, path_provider, plugin_platform_interface, python_ffi_macos_dart, python_ffi_platform_interface

More

Packages that depend on python_ffi_macos