python_ffi_cpython_dart 0.2.2
python_ffi_cpython_dart: ^0.2.2 copied to clipboard
The macOS, Windows and Linux implementation of python_ffi_dart, a Python-FFI for Dart.
0.2.2 #
- Fixed an issue with clearing the Python modules cache on initialization if the cache was empty.
0.2.1 #
- Python modules cache is now cleared on initialization.
0.2.0 #
- Added support for Linux.
0.1.0 #
- Added support for Windows.
0.0.3 #
- Added a Type conversion from Dart
ffi.Pointer<Never>
(nullptr
) to PythonNone
. - Updated dependencies.
0.0.2 #
- Fixed an issue with loading multi-file modules containing multi-file submodules.
0.0.1 #
- Initial version.