Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter Helper CommandsNew to Visual Studio Code? Get it now.
Flutter Helper Commands

Flutter Helper Commands

Megha Pradeetha

|
2 installs
| (1) | Free
Quick access to flavored Flutter commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Helper

Streamline your Flutter development workflow with quick-access commands for building, running, and managing flavors. Organized, powerful, and built for speed.

Features

🚀 Flavored Builds

Quickly build for different environments with pre-configured target files and flavor flags:

  • Development: Targets lib/main_development.dart with --dart-define=FLAVOR=development.
  • Staging: Targets lib/main_staging.dart.
  • Production: Targets lib/main_production.dart with obfuscation and flavor flags.

🌍 Standard Project Support

Working on a simple project? Use the Standard group for commands targeting the default lib/main.dart.

🍎 iOS & CocoaPods Management

Handle iOS dependencies without leaving VS Code:

  • pod install, pod update, and pod repo update.
  • Automatic navigation (cd ios) and return to root.
  • Clean up legacy master repos with one click.

📦 Setup & Maintenance

  • Flutter Clean & Pub Get
  • Pub Upgrade & Major Versions Upgrade

Installation

Search for Flutter Helper in the VS Code Marketplace and click Install.

Requirements

  • Flutter SDK installed and in your PATH.
  • CocoaPods (for iOS commands).

Usage

Simply click the Rocket Icon 🚀 in the Activity Bar to reveal the command menu.


Happy coding!

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