python_ffi_interface 0.2.0
python_ffi_interface: ^0.2.0 copied to clipboard
A base interface for python_ffi_dart, a Python-FFI for Dart.
0.2.0 #
- Refactored to make use of Dart 3.x record types.
- Utilized Python builtin function
iter
to convert Python iterables to Dart iterables. - Fixed Bundling Python modules with external package .
- Updated dependencies.
0.1.1 #
- Added
then
method toFutureOrExtension
.
0.1.0 #
- Updated to Dart 3.x.
0.0.2 #
- Fixed an issue that prevented licenses from being registered.
0.0.1 #
- Initial version.