Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Speed FlutterNew to Visual Studio Code? Get it now.
Speed Flutter

Speed Flutter

Pixel person

|
13 installs
| (0) | Free
speed up flutter development with clean architecture scaffolding and snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Speed Flutter

Speed Flutter is a VS Code extension that helps you quickly scaffold Flutter applications following clean architecture principles.

Features

  • Create complete module structure with a single command
  • Generate cubits with boilerplate code
  • Includes useful snippets for Flutter development
  • Automatic go_router integration

Commands

Right-click in the explorer and select:

  • Create Module : sFlutter - Creates a new module with clean architecture structure
  • Create Cubit : sFlutter - Creates a new cubit with state management

Snippets

  • sRp - Repository snippet
  • sUc - Use Case snippet
  • sEn - Entity snippet
  • sPa - Param snippet
  • sMo - Model snippet
  • sDs - Data Source snippet
  • sCt - Cubit snippet
  • sSt - State snippet
  • sPg - Page snippet
  • sRf - Remote Function snippet
  • sCf - Cubit Function snippet

Requirements

  • VS Code 1.97.0 or higher
  • Flutter/Dart projects

Installation

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X)
  3. Search for "Speed Flutter"
  4. Click Install

Usage

  1. Right-click on a folder in your project explorer
  2. Select "Create Module : sFlutter" or "Create Cubit : sFlutter"
  3. Enter the name in any case (camelCase, PascalCase, snake_case)
  4. The extension will create all necessary files and folders

Release Notes

1.0.0

  • Initial release
  • Module creation with clean architecture structure
  • Cubit generation
  • Snippets for common Flutter patterns
  • go_router integration
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft