Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.02 KB

Flutter MVVM Stacked Architecture

Visual Studio Marketplace Downloads GitHub stars License: MIT Flutter Extensions

Get started

Get started

Initialize Architecture

Initialize the project with the MVVM architecture:

Create View

The create view command will add a View, a ViewModel and the responsive variants for Tablet, Mobile and Desktop.

Create Widget

This command will create a Widget in the lib/ui/widgets folder with the initial boilerplate and responsive variants.

This VS code extension is the extenstion of the older provider architechture