Dart build_runner watch - VS Code Extension
A Visual Studio Code extension to run dart run build_runner watch for Dart projects.
Features
- Start and stop
build_runner watch with a single button.
- Supports localization for English and Spanish.
- Displays output and error logs in the VS Code output panel.
Requirements
Installation
- Install Dart and Flutter SDKs.
- Install the extension from the Visual Studio Code Marketplace.
Usage
- Open a Dart project in VS Code.
- Click on the "Watch" button in the status bar to start
build_runner watch .
- Click again to stop the watch process.
Contributing
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature-branch ).
- Commit your changes (
git commit -am 'Add new feature' ).
- Push to the branch (
git push origin feature-branch ).
- Create a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
| |