A simple executable command-line application that helps you to create a consistent structure in your project lib directory It is creating dart files with command-line commands and It is compatible with effective_dart_style guide.
able to create files from the command line
pub global activate flutter_generate
flutter_generate bloc --name Authentication
flutter_generate page --name login --stful
flutter_generate widget --name UserCard --stless
flutter_generate repository --name authentication
flutter_generate model --name user_model
Created from templates made available by Stagehand under a BSD-style license.