This plugin will help you to create a bit lighter version of clean architecture folder structure for your flutter project. It will create a folder structure for a feature with to work with bloc pattern.
- Android Studio / IntelliJ IDEA -> Plugins -> Browse repositories
- Search: Clean Architecture for Flutter
- Install
- Restart IDE
- Right click on or anywhere in your destination folder
- New -> Feature
- Enter [feature_name] the dialog or let it be empty to create structure in current directory
- [feature_name]
- data
- local
- remote
- domain
- entities
- repositories
- presentation
- bloc
- screens
- widgets
- data