py_engine_desktop 1.0.0
py_engine_desktop: ^1.0.0 copied to clipboard
Flutter plugin for embedded Python runtime on desktop. Execute Python scripts, interactive REPL, pip package management. Cross-platform Windows/macOS/Linux support with isolated Python environment.
1.0.0 #
- Initial release of py_engine_desktop Flutter plugin
- ✅ Embedded Python Runtime: Automatic Python distribution management
- ✅ Multi-platform Support: Windows x64, macOS x64 & Linux x64 fully tested
- ✅ 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 & Linux