Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter freezed HelpersNew to Visual Studio Code? Get it now.
Flutter freezed Helpers

Flutter freezed Helpers

Thường Nguyễn

|
14,856 installs
| (3) | Free
Helper utilities for flutter projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Freezed Helpers VSCode Extension

This extension currently helps you to easily write freezed annotated classes and allows you to run code generation for those classes. You can also watch the files so that code generation is faster.

Setup your flutter project for code generation for JSONSerializable annotations

In your pubspec.yaml file add the following libraries in the dev_dependencies and dependencies section:

dev_dependencies:
    // ...
    build_runner:
    freezed:
    json_serializable:

dependencies:
    // ...
    freezed_annotation:
    json_annotation:

Features

Snippet for setting up a file with freezed annotated classes: frf

frf

Snippet for creating freezed annotated model: frc

frc

Run Code Gen for freezed annotated classes

code gen

Have build runner watch the freezed annotated classes and generate code on changes

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