A Visual Studio Code extension to run dart run build_runner watch
for Dart projects.
- 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.
- Dart SDK
- Flutter SDK
- Install Dart and Flutter SDKs.
- Install the extension from the Visual Studio Code Marketplace.
- 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.
- 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.
This project is licensed under the MIT License - see the LICENSE file for details.