dartpip 0.0.5
dartpip: ^0.0.5 copied to clipboard
Add Python modules (packages) to your Dart or Flutter project. Like `pip`, but for Dart, heavily inspired by the `pub` command.
0.0.5 #
dartpip bundlenow replaces the oldmodules.jsonfile to delete dependencies that are no longer used.dartpip bundlenow specifies the builtinpython_ffimodule correctly inpubspec.yamlassets.- Updated dependencies.
0.0.4 #
- Included the Python module
python_ffisource. This module is required for using the Python FFI. It is now bundled with thedartpippackage.
0.0.3 #
- Fixed an issue with bundling of multi-file modules containing multi-file submodules for Dart console projects.
0.0.2 #
- Fixed bundling of multi-file modules containing multi-file submodules.
0.0.1+2 #
- Specified the executable
dartpipin thepubspec.yamlfile.- This should allow the
dartpipcommand to be run from anywhere on the system.
- This should allow the
0.0.1+1 #
- Added an example directory to increase pub score.
- This example is only a copy of the
dartpipcommand line tool. This package is intended as a cli only.
- This example is only a copy of the
0.0.1 #
- Initial version.