* Use relative socket paths instead of absolute paths
Replaced usage of absolute paths with relative socket file names for Unix domain sockets. This change simplifies socket file handling and may improve compatibility across different environments.
* Update temp directory usage for socket paths
Replaced getApplicationCacheDirectory with getTemporaryDirectory for app temp path. Updated socket file paths to use the correct temp directory, ensuring consistency and proper file placement across platforms.
* Revert "Update temp directory usage for socket paths"
This reverts commit
|
||
|---|---|---|
| .. | ||
| main.dart | ||
| python.dart | ||