All notable changes to this project will be documented in this file.
- CLI Argument Support: You can now run tasks directly using flags (e.g.,
--clean,--analyze,--pod-install). - Project Validation: The script now verifies it is running in a valid Flutter project root (checks for
pubspec.yaml). - Platform Checks: Android and iOS tasks now check for the existence of
android/andios/directories before execution. - Help Command: Added
--helpflag to list all available commands. - Interactive Help: Added Help option (22) to the interactive menu.
- Improved error handling for missing directories.
- Refactored main loop to support both interactive and non-interactive modes.
- Interactive menu system.
- Basic Flutter and Dart commands.