Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>flutter-clean-riverpod-generatorNew to Visual Studio Code? Get it now.
flutter-clean-riverpod-generator

flutter-clean-riverpod-generator

Sporidis

| (0) | Free
Scaffolds Clean Architecture and Riverpod files for Flutter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Clean Riverpod Generator

A personal VS Code extension — a growing library of productivity commands, snippets, and scaffolding tools for Flutter development with Clean Architecture and Riverpod.

Commands

Command Description
Flutter: Generate Clean Architecture Feature Scaffolds a new feature folder with domain, data, and presentation layers

Generate Clean Architecture Feature

Opens an input box, asks for a feature name, then generates the following structure inside lib/features/<name>/:

lib/features/<name>/
├── domain/
│   └── <name>_entity.dart
├── data/
│   └── <name>_repository.dart
└── presentation/
    └── <name>_screen.dart

The presentation layer generates a ready-to-use ConsumerWidget with Riverpod imports.

Requirements

  • A Flutter project open as the workspace root
  • flutter_riverpod added to your pubspec.yaml

Release Notes

0.0.1

  • Initial release
  • generateFeature command with domain, data, and presentation scaffolding
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft