sta_cli 0.1.6 copy "sta_cli: ^0.1.6" to clipboard
sta_cli: ^0.1.6 copied to clipboard

A powerful CLI tool to scaffold Flutter projects with clean MVC architecture, GetX state management, and pre-configured networking, auth flow, and UI components.

0.1.6 #

  • Android package name configuration - Auto-updates build.gradle, AndroidManifest.xml, and Kotlin files with correct package name
  • iOS bundle identifier configuration - Auto-updates project.pbxproj with correct bundle identifier
  • Assets folder setup - Pre-configured assets/images, assets/icons, and assets/fonts folders
  • ✅ Dependencies now use latest versions (no version pinning)

0.1.5 #

  • Android package name configuration - Auto-updates build.gradle, AndroidManifest.xml, and Kotlin files with correct package name
  • iOS bundle identifier configuration - Auto-updates project.pbxproj with correct bundle identifier
  • Assets folder setup - Pre-configured assets/images, assets/icons, and assets/fonts folders
  • ✅ Dependencies now use latest versions (no version pinning)
  • ✅ Improved pubspec.yaml with proper assets configuration

0.1.4 #

  • 🐛 Fixed Windows path quoting issue (FileSystemException errno 123) - paths are now properly cleaned and escaped
  • 🐛 Added better error messages when Flutter is not found in PATH
  • ✅ Improved pubspec.yaml updating - 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.exe on Windows instead of bash
  • Fixed where command usage for executable path resolution on Windows
  • Fixed FVM Flutter detection when system Flutter is not installed
  • Added isViaFvm flag to properly track Flutter source
  • Fixed runner selection to use fvm flutter command when Flutter is only available via FVM
  • Fixed cd /d usage on Windows for directory changes across drives
  • Fixed FVM 4.x active version detection (● marker)

0.1.0 #

  • Initial version.
0
likes
140
points
188
downloads

Documentation

API reference

Publisher

verified publishernahid.info.bd

Weekly Downloads

A powerful CLI tool to scaffold Flutter projects with clean MVC architecture, GetX state management, and pre-configured networking, auth flow, and UI components.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ansicolor, args, path, yaml

More

Packages that depend on sta_cli