Last updated:
0 purchases
feature gen
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.