Skip to content

A plugin for IntelliJ and Android Studio to generate the Clean-Architecture feature folder structure for a Flutter project.

License

Notifications You must be signed in to change notification settings

GoltVik/clean_architecture_plugin

 
 

Repository files navigation

Clean-Architecture Plugin

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.

How To Install

  • Android Studio / IntelliJ IDEA -> Plugins -> Browse repositories
  • Search: Clean Architecture for Flutter
  • Install
  • Restart IDE

How To Use

  • 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

What will be created

  • [feature_name]
    • data
      • local
      • remote
    • domain
      • entities
      • repositories
    • presentation
      • bloc
      • screens
      • widgets

About

A plugin for IntelliJ and Android Studio to generate the Clean-Architecture feature folder structure for a Flutter project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%