A Flutter desktop application for Windows that integrates Python executables to perform code analysis.
This project combines:
- Flutter (Dart) for the Windows desktop UI
- Python (packaged as
.exe) for running analysis tasks without requiring users to install Python
The Flutter app launches the bundled Python executables, exchanges data via JSON (stdout/stderr), and displays results in the UI.
If you have a built release:
- Download the Windows build (installer or portable)
- Run the generated
.exe
Note: Python tools are expected to be shipped inside the app distribution (see
python_executables/).
- Flutter SDK installed
- Windows development environment for Flutter desktop
flutter pub get
flutter run -d windows- Python sources live in
code_python/ - Built executables should be placed in
python_executables/
Documentation:
QUICK_START.mdPYTHON_INTEGRATION_GUIDE.mdREADME_PYTHON_INTEGRATION.md
lib/— Flutter app source codecode_python/— Python scripts (compiled to.exe)python_executables/— compiled executables shipped with the appwindows/— Windows runner and build files
License information will be added later. Until then, all rights reserved.