Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 780 Bytes

python_ffi

pub package

A Python-FFI for Dart.

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

Getting Started

Note: 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 in the documentation.

See also the dartpip package for an easy way to add Python modules to your project.

See also the example project for a working example.

Limitations

  • Python print is not supported.