Skip to content

extremesa/vscode-ext_flutter-clean-architecture

 
 

Repository files navigation

Flutter Clean Architecture feature scaffolding

This extension is based on felangel BLoC extension

Introduction

Inspired by the clean architecture tutorial by reso coder, this extension will help you quickly scaffold a feature.

Directory structure example

For example, let's take the counter feature:

directory-structure

Installation

This extension can be installed from the VSCode Marketplace or by searching within VSCode.

New Feature Command Usage

You can activate the command by launching the command palette (View -> Command Palette) and running "Flutter Clean Architecture: New Feature".

command-demo

Or you can right click on the directory in which you'd like to create the feature and select the "New Feature" command from the context menu.

contect-demo

About

This Visual Studio Code extension helps creating new feature in a clean architecture way

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%