A plugin for Flutter developers at Friflex, an IT company, designed for VSCode.
Features
1. Create features folders
Creates feature folders for Flutter projects following a predefined structure based on Clean Architecture principles.
Automatically generates:
Repository files (main and mock) in data/repository.
DTO files in data/dto.
Interface files in domain/repository.
Screen classes in presentation/screens.
After executing the command, the .friflex_config folder will be created in your project.This folder will contain the\template. You can change it for your own purposes.