Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Flutter fast anotationNew to Visual Studio Code? Get it now.
Flutter fast anotation

Flutter fast anotation

sunmkim

|
196 installs
| (0) | Free
Do not leave vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter fast anotation generator

_ do not open pub dev that save time _ ** Do not leave vscode **

This is simple generator freezed, json, retrofit

You must type 'freezed' to generate a frozen file. I made the prefix 'freezed' snippet. Save time

// if u type freezed
freezed ⤵

import 'package:freezed_annotation/freezed_annotation.dart';
part '.freezed.dart';

@freezed
class  with _$ {
}

ezgif com-gif-maker

❗️ Fetures 1

  • freezedClass
  • freezedA-Class
  • freezedWithJson
  • jsonClass
  • jsonClassGeneric
  • retrofitClass
  • retrofitRClass
  • retrofitDSClass
  • goRouteDataClass
  • shellRouteDataClass
  • statfulShellRouteDataClass

Feature 2

open dartj in vscode dartj is a powerful json to dart tool.

f23

Feature 3

Creates an export of all the dart files in that folder. You can solve complex imports.

build_runner shortcut

cmd + shift + b -> flutter pub run build_runner build

and set up options

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