dartpip 0.2.8
dartpip: ^0.2.8 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.2.8 #
- Updated dependencies.
0.2.7 #
- Updated dependencies.
0.2.6 #
- Updated dependencies.
0.2.5 #
- Updated dependencies.
0.2.4 #
- Updated dependencies.
0.2.3 #
- Tests, examples and documentation are mostly ignored by the
dartpip installcommand. The command no longer tries to generate Python interface definitions for them.
0.2.2 #
- Updated dependencies.
0.2.1 #
- Fixed an issue with generating Python interface definitions.
0.2.0 #
- Added
dartpip install. - Updated dependencies.
0.1.0 #
- Updated to Dart 3.x.
0.0.6 #
dartpip bundlenow removes files from the assets section ofpubspec.yamlthat are no longer used, but have been added bydartpip bundlebefore.
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.