You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Python output/logging to troubleshoot empty screens on startup of built app (#58)
* Get all output and errors from a python program
* More responsive template for Flutter Flet app
* Added support for wrapping script
* Script running for Windows
* Update main.dart
* Update main.py
* PyRun_SimpleString for Windows
* Add web support to flet_example
* PyRun_SimpleString in Linux
* Simulating error in python script
* Fix main.dart for Windows
* Fix python app
* Use random TCP ports on Windows
* Catch exit code
* Disable buffering when redirecting output
* pyproject.toml support
* Added sample pyproject.toml
* Handle/bypass if __name__ == "__main__" check
* Added SSL config to a template
* Version bumped to 0.7.0
* Create _posixsubprocess.py
* Fix flet_example
0 commit comments