flutter_generate 0.1.1 copy "flutter_generate: ^0.1.1" to clipboard
flutter_generate: ^0.1.1 copied to clipboard

outdated

A sample command-line application which can create .dart files to determine a structure

Icon

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

Example Image Creating Files

Example Image

Created from templates made available by Stagehand under a BSD-style license.

4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A sample command-line application which can create .dart files to determine a structure

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, recase

More

Packages that depend on flutter_generate