sys 2025.422.2341
sys: ^2025.422.2341 copied to clipboard
sys project
0.0.1 #
- Initial release
0.0.2 #
- Added: isInDebugMode
0.0.3 #
- Added: fileExists() and directoryExists()
0.0.4 #
- Added: pathExtension()
0.0.5 #
- Modified pathFiles() and pathDirectories()
2025.420.1441 #
- Added version tag to GitHub repository
2025.421.300 #
- pathFiles() now accepts optional recursive flag: List
2025.421.938 #
- Added: httpGetBodyAsync()
2025.421.2149 #
- Added: runAsync()
2025.422.2227 #
- sys.dart: final _ = pr.Shell(stdoutEncoding: convert.utf8, stderrEncoding: convert.utf8);
2025.422.2335 #
- sys.runAsync() now accepts optional named parameter useBash
2025.422.2341 #
- Introduced runAsync() and runAsync$()