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
copied to clipboard

or run

flutter pub add feature_gen
copied to clipboard

Usage #

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

copied to clipboard
1
likes
130
points
32
downloads

Publisher

verified publisherteskill.com

Weekly Downloads

2024.07.06 - 2025.01.18

A Dart package for generating files in the lib folder.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, cupertino_icons, flutter, path

More

Packages that depend on feature_gen