py_engine_desktop 0.0.1 copy "py_engine_desktop: ^0.0.1" to clipboard
py_engine_desktop: ^0.0.1 copied to clipboard

A Flutter plugin for managing embedded Python runtimes on desktop platforms (Windows, macOS, Linux). Run Python scripts and interactive REPLs in your Flutter desktop apps.

0.0.1 #

  • Initial release of py_engine_desktop Flutter plugin
  • Embedded Python Runtime: Automatic Python distribution management
  • Multi-platform Support: Windows x64 & macOS x64 fully tested, Linux x64 testing in progress
  • Script Execution: Run Python scripts with real-time stdout/stderr capture
  • Interactive REPL: Python REPL with command input and output streaming
  • Package Management: pip install/uninstall functionality
  • One-time Setup: Automatic Python runtime extraction and caching
  • Comprehensive Example: Complete demo app showcasing all features
  • 🏗️ Production Ready: Fully tested on Windows & macOS
2
likes
130
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for managing embedded Python runtimes on desktop platforms (Windows, macOS, Linux). Run Python scripts and interactive REPLs in your Flutter desktop apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, flutter, path, path_provider, plugin_platform_interface

More

Packages that depend on py_engine_desktop

Packages that implement py_engine_desktop