python_ffi 0.0.1 copy "python_ffi: ^0.0.1" to clipboard
python_ffi: ^0.0.1 copied to clipboard

outdated

A Python-FFI for Dart, intended for use in a Flutter project.

python_ffi #

pub package

A Python-FFI for Dart.

Easily import any pure Python module into your Dart or Flutter project.

Getting Started #

This package is intended to be used in a Flutter project, for Dart-only (console) apps see python_ffi_dart.

Detailed instructions on how to use this package can be found here.

See also the example project for a working example.