Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Flutter CLI ShortcutNew to Visual Studio Code? Get it now.
Flutter CLI Shortcut

Flutter CLI Shortcut

CodeLytical

|
942 installs
| (1) | Free
A collection of useful Flutter CLI commands for quick access.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

snippets in action

Flutter CLI Shortcut

A collection of useful Flutter CLI commands for quick access.

Features

Command Description
Flux: Pub Get Install the dependencies listed in pubspec.yaml.
Flux: Pub Upgrade Upgrade the packages listed in pubspec.yaml.
Flux: Pub Upgrade Major Versions Upgrade to the latest major versions of packages.
Flux: Pub Outdated Check for outdated packages.
Flux: Pub Cache Repair Repair the pub cache.
Flux: Pub Upgrade (Dry Run) Simulate a package upgrade without applying it.
Flux: Pub Downgrade Downgrade the package versions.
Flux: Pub Version Show the current Flutter pub version.
Flux: Clean Remove build artifacts.
Flux: Test Run tests for your Flutter application.
Flux: Analyze Analyze your code for potential issues.
Flux: Create Project Create a new Flutter project.
Flux: Create CodeLytical Structure Create a new project with the CodeLytical structure with Provider.
Flux: Build APK Build the APK for Android.
Flux: Build iOS Build the iOS app.
Flux: Build App Bundle Build the app bundle for Android.
Flux: Pod Install Install CocoaPods dependencies.
Flux: Pod Install with Repo Update Install CocoaPods with a repo update.
Flux: Pod Update Update CocoaPods dependencies.
Flux: Pod Repo Update Update the CocoaPods repo.
Flux: Pub Add Package Add a package to the pubspec.yaml.
Flux: Pub Remove Package Remove a package from the pubspec.yaml.
Flux: Create CodeLytical Riverpod Create a new project with the CodeLytical Riverpod structure.
Flux: Build for Selected Platforms A command to build application for platforms (Android, iOS, Web).
Flux: Detailed Doctor Provide a detailed view of the output from flutter doctor
Flux: Start Emulator Start an available emulator/simulator.
Flux: List Devices List all connected devices and running emulators/simulators.

Requirements

  • Flutter installed on your machine.
  • Visual Studio Code.

Installation

  1. Search for Flutter CLI Shortcut in the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  2. Click Install.

Usage

  1. Open the Command Palette with Ctrl+Shift+P (or Cmd+Shift+P on macOS).
  2. Type the command name (e.g., "Flutter: Run App") to see the available commands.
  3. Select the command to execute it.

Contributing

Contributions are welcome! Please submit a pull request or open an issue.

License

This project is licensed under the MIT License.

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