shivkumarsingh7 / vscode-ext_flutter-clean-architecture

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

Home Page:https://marketplace.visualstudio.com/items?itemName=KiritchoukC.flutter-clean-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://marketplace.visualstudio.com/items?itemName=KiritchoukC.flutter-clean-architecture


Languages

Language:TypeScript 100.0%