python_shell 0.0.7 copy "python_shell: ^0.0.7" to clipboard
python_shell: ^0.0.7 copied to clipboard

Python Environment Manager and Executor for dart and flutter

0.0.1 #

  • Initial version.

0.0.2 #

  • add 'ShellListener' class
  • remove 'waitUntil' parameter.
  • merge 'onMessage', 'onError', 'onComplete' parameters to 'ShellListener' parameter.
  • check 'defaultPythonPath' exists when initialize.
  • check pip can execute when initialize.

0.0.3 #

  • change 'createInstance' parameter to 'useInstance' parameter.
  • add 'instanceName' parameter.
  • change default virtual environment path from 'defaultEnv' to 'instances/default'.
  • 'clear' function now removes only instances except default.
  • 'runString' function now creates a temporary file in the 'instanceDir/temp' when using instance.

0.0.4 #

  • remove 'flutter' dependencies from 'pubspec'(for pub informations)
  • 'clear' function now removes sub directories, files from 'temp' not removes itself.

0.0.5 #

  • Recognize the 'createDefaultInstance' parameter normally.
  • Now 'default' instance uses the temp folder.
  • Fixing bugs that occur in windows.

0.0.6 #

  • change python_shell app directory to '.python_shell.dart'
  • move 'test.py' file into 'test' directory and fix test.dart file
  • add logs.

0.0.7 #

  • change directionality of library.
  • add 'ShellManager', 'ShellInstance'.
  • update 'README.md'
11
likes
130
pub points
56%
popularity

Publisher

unverified uploader

Python Environment Manager and Executor for dart and flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

archive, dio, intl, path

More

Packages that depend on python_shell