A Dart project to auto create clean architecture folders for Flutter projects

Features

  • It is a tool to create clean architecture modules structure folders.

Getting started

  • Install using the following command: dart pub global activate clean_arc
  • On Windows you might need to add your %USERPROFILE%\Local\Pub\Cache\bin to Path environment variables in order to run direct from command line using clean_arc.

Usage

  • Run the command: clean_arc create --module="awesome_module"

Additional information

GitHub

View Github