Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>lazyJ flutter freezed extensionNew to Visual Studio Code? Get it now.
lazyJ flutter freezed extension

lazyJ flutter freezed extension

jackFan

|
913 installs
| (0) | Free
lets go
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Show for Freezed Classes

Quick fixes will only be activated when a verified JSON string is selected.

Available Actions:

  • Add Hive Adapter

    • Only shown when the project includes the hive dependency.
    • Converts the current Freezed class into a Hive-compatible structure.
    • Searches for the last used typeId within the project.
    • Automatically adds Hive.registerAdapter() in the appropriate location.
  • Add Union State

    • Adds support for union types in Freezed classes.

Extension Quick Fix


JSON to Freezed

Quick fixes will only be activated when a verified JSON string is selected.

Features:

  • Auto-generates Dart models from JSON structures.

  • See more json

  • See more Generation

  • Quick fix JSON to Freezed

  • Nested JSON Support

    • example file: nest_json.dart

Nested JSON Snapshot

  • Freezed Model Generation
    • Automatically creates @freezed-based classes for nested JSON.

Freezed Model Snapshot

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