sta_cli 0.1.4
sta_cli: ^0.1.4 copied to clipboard
STA CLI - Flutter project scaffolding tool
0.1.4 #
- 🐛 Fixed Windows path quoting issue (
FileSystemExceptionerrno 123) - paths are now properly cleaned and escaped - 🐛 Added better error messages when Flutter is not found in PATH
- ✅ Improved
pubspec.yamlupdating - properly handles and overwrites existing dependencies - ✅ Added dependencies: get, logger, top_snackbar_flutter, fluttertoast, http, loading_animation_widget, get_storage, pinput
- ✅ Added troubleshooting section in README
0.1.3 #
- Fixed Windows path quoting issue causing
FileSystemException(errno 123) - Added auto-increment folder naming when directory already exists (name_1, name_2, etc.)
- Improved directory existence handling with overwrite confirmation
0.1.2 #
- Fixed Windows compatibility for CLI detection
- Fixed command execution to use
cmd.exeon Windows instead ofbash - Fixed
wherecommand usage for executable path resolution on Windows - Fixed FVM Flutter detection when system Flutter is not installed
- Added
isViaFvmflag to properly track Flutter source - Fixed runner selection to use
fvm fluttercommand when Flutter is only available via FVM - Fixed
cd /dusage on Windows for directory changes across drives - Fixed FVM 4.x active version detection (● marker)
0.1.0 #
- Initial version.