py_engine_desktop 0.0.1
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