Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick Dart Build RunnerNew to Visual Studio Code? Get it now.
Quick Dart Build Runner

Quick Dart Build Runner

Taha Darwish

|
26 installs
| (0) | Free
Build Runner and Watcher support for Flutter/Dart projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dart Build Runner

A VS Code extension that provides convenient commands and tools for running Dart's build_runner directly from your editor.

Features

  • Run build_runner build with a single click or command
  • Run build_runner watch to automatically rebuild on changes
  • Run build_runner clean to clear generated files
  • Status bar integration showing when builds are running
  • Configurable build commands with additional arguments
  • Notifications for build success and failures

Requirements

  • Dart SDK installed and in your PATH
  • A Dart or Flutter project with build_runner configured as a dev dependency

Extension Settings

This extension contributes the following settings:

  • dartBuildRunner.buildRunnerCommand: Path to the build_runner command (default: dart run build_runner)
  • dartBuildRunner.notifications: Show notifications for build events (default: true)
  • dartBuildRunner.additionalArgs: Additional arguments to pass to build_runner commands

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft