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

Flutter riverpod Helpers

evils

|
1,978 installs
| (1) | 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 & Riverpod Helpers VSCode Extension

This extension currently helps you to easily write riverpod & 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:
    riverpod_generator:
    json_serializable:

dependencies:
    // ...
    freezed_annotation:
    flutter_riverpod:
    json_annotation:
    riverpod_annotation:

New Features

insert a Parent node

insert1

remove a Parent node

remove

insert a Parent and Sibling node

insert2

split and extraction Widget

splitExtraction

If you only want this feature, you can use this Extension

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

freezed & riverpod annotated classes and watch for changes

  • Start watching your entire project using build_runner watch by pressing the extension button on the status bar on the bottom.

build_runner watch

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

Credits

The idea for this extension came from mthuong's extension https://github.com/mthuong/vscode-flutter-riverpod-helper

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