VS Code Extension: Flutter CLI AutoCorrect

Description
Flutter CLI AutoCorrect is a VS Code extension that automatically corrects mistyped Flutter and Dart commands in the terminal before execution. It prevents command errors from disrupting your workflow, allowing you to focus on development.
Features
✅ Automatically corrects mistyped Flutter/Dart commands in the Command Palette (Ctrl + Shift + P
).
✅ Works seamlessly with the existing VS Code terminal (no pseudo-terminal required).
✅ Supports all major Flutter, Dart and build_runner CLI commands.
✅ Lightweight, fast, and efficient.
Installation
- Open VS Code.
- Go to the Extensions Marketplace (
Ctrl + Shift + X
).
- Search for Flutter CLI AutoCorrect.
- Click Install.
- Restart VS Code if necessary.
Usage
- Open the integrated terminal in VS Code (
Ctrl + ~
).
- Type a Flutter/Dart command (even if mistyped).
- The extension automatically corrects and executes the intended command.
Support This Project ❤️
If you find this extension useful, consider supporting its development to help maintain and improve it.
Ways to Support:
Your support enables continued updates, feature enhancements, and bug fixes!
Future Enhancements 🚀
With enough support, the next versions will include:
- Dropdown suggestions while typing commands, reducing the need for full command input.
- Command history tracking, allowing quick execution of frequently used commands with a single click.
Contributing
We welcome contributions! To contribute:
- Fork this repository.
- Create a feature branch (
git checkout -b feature-branch
).
- Commit your changes (
git commit -m 'Add new feature'
).
- Push to the branch (
git push origin feature-branch
).
- Create a Pull Request.
License
This extension is licensed under the MIT License. See LICENSE for details.