python_ffi 0.4.2
python_ffi: ^0.4.2 copied to clipboard
A Python-FFI for Dart, intended for use in a Flutter project.
0.4.2 #
- Updated dependencies.
0.4.1 #
- Added
verboseLogging
parameter toPythonFfi.instance.initialize
. - Updated dependencies.
0.4.0 #
- Fixed Bundling Python modules with external package .
- Updated dependencies.
0.3.1 #
- Updated dependencies.
- The Python stdlib is now bundles with the package. This allows using the package without having Python installed on the target system.
0.3.0 #
- Updated to Dart 3.x.
0.2.2 #
- Updated dependencies.
0.2.1 #
- Updated dependencies.
- Clarified limitations.
0.2.0 #
- Added support for Linux.
0.1.0 #
- Added support for Windows.
0.0.4 #
- Updated dependencies.
- Updated dependencies in example.
0.0.3+1 #
- Updated dependencies in example.
0.0.3 #
- Updated dependencies.
0.0.2 #
- Updated dependencies.
- Updated Readme.
0.0.1+1 #
- Updated Readme.
0.0.1 #
- Initial version.