Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.08 KB

File metadata and controls

44 lines (23 loc) · 1.08 KB

Flutter Clean Scope

Introduction

This VS Code extension will make following Clean Architecture guidelines easier when using Flutter for development.

Installation

Install from the Visual Studio Code Marketplace or by searching within VS Code.

Feature

  • New Package
    • A command that will generate a new package following clean architecture guidelines on the folder structure.

Read about clean architecture to fully understand the purpose of the folder structure.

Requirements

No Requirements.

Extension Settings

No Setting

Known Issues

No known issues if found please cerate a ticket issue in github.

Release Notes

0.0.1

Initial Release - Basic Creation of new package


For more information

Enjoy!