genarch 1.0.2 copy "genarch: ^1.0.2" to clipboard
genarch: ^1.0.2 copied to clipboard

A utility to generate feature architecture for Flutter projects.

GenArch #

GenArch is a command-line utility designed to facilitate Flutter developers by automating the creation of a directory structure adhering to a specific architectural pattern. By using GenArch, developers can easily scaffold the necessary folders and files needed for a specific feature in a Flutter project.

Features #

  • Automated Directory Creation: No need to manually create directories for your Flutter feature. With GenArch, the structure is set up with a single command.
  • Flutter Project Verification: GenArch ensures you are in the root directory of a Flutter project before proceeding.
  • Easy to Use: Just a single command with the feature's name, and you're good to go!

Installation #

  1. Install genarch from pub.dev or your preferred package manager.
  2. Make sure the Dart SDK's bin directory is in your system's PATH.

Usage #

  1. Navigate to your Flutter project directory.
  2. Run the following command:
genarch <feature_name>
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A utility to generate feature architecture for Flutter projects.

License

unknown (LICENSE)

More

Packages that depend on genarch