feature_gen 1.0.0 copy "feature_gen: ^1.0.0" to clipboard
feature_gen: ^1.0.0 copied to clipboard

A Dart package for generating files in the lib folder.

feature_gen #

A Dart package for generating feature-related code files easily.

Installation #

You can install this package via pub.dev.

Add the following line to your pubspec.yaml file:

dependencies:
  feature_gen: ^1.0.0  # Use the latest version from pub.dev

or run

flutter pub add feature_gen

Usage #

dart run feature_gen -f <feature_name>
#or
dart run feature_gen --feature=<feature_name>

0
likes
130
pub points
7%
popularity

Publisher

verified publisherteskill.com

A Dart package for generating files in the lib folder.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, cupertino_icons, flutter, path

More

Packages that depend on feature_gen