Flutter MVVM Stacked Architecture
Get startedInitialize ArchitectureInitialize the project with the MVVM architecture: Create ViewThe create view command will add a View, a ViewModel and the responsive variants for Tablet, Mobile and Desktop. Create WidgetThis 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 |