init_pro 0.4.0+1 copy "init_pro: ^0.4.0+1" to clipboard
init_pro: ^0.4.0+1 copied to clipboard

A command-line tool for Flutter projects to generate boilerplate code and clean architecture setup.

init_pro #

init_pro is a command-line tool to automate Flutter project boilerplate setup.

Features #

  • Sets up clean architecture for your Flutter project.
  • Generates feature-based folder structures.
  • Adds common helper utilities.

Usage #

Activate the CLI tool using Dart:

dart pub global activate init_pro


# Initialize a project
init_pro init

# Add a feature
init_pro create-feature <feature_name>
5
likes
0
points
28
downloads

Publisher

verified publishernegesohaile.tech

Weekly Downloads

A command-line tool for Flutter projects to generate boilerplate code and clean architecture setup.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, io, yaml, yaml_edit

More

Packages that depend on init_pro