fg

Last updated:

0 purchases

fg Image
fg Images
Add to Cart

Description:

fg

Flutter Generator #
Advanced dart/flutter dev tool for generating page, widget, model, repository, and bloc etc.
Installing and updating fg #
Globally install fg using pub:
dart pub global activate fg
copied to clipboard
Commands #
Usage: fg <command> [arguments]

Global options:
-h, --help Print this usage information.

Available commands:
bloc (b) Create flutter bloc.
model (m) Create flutter model.
page (p) Create flutter page.
repository (r) Create flutter repository.
widget (w) Create flutter widget.
copied to clipboard
Bloc Command #
Usage: fg bloc [arguments]
-h, --help Print this usage information.
-n, --name (mandatory) Create bloc with given name or full path.
copied to clipboard
Model Command #
Usage: fg model [arguments]
-h, --help Print this usage information.
-n, --name (mandatory) Create model with given name or full path.
--dir-name Create model folder with given name.
(defaults to "models")
--with-dir It creates flutter model with directory.
copied to clipboard
Page Command #
Usage: fg page [arguments]
-h, --help Print this usage information.
-n, --name (mandatory) Create page with given name or full path.
--suffix Appends the given suffix at the end of file.
(defaults to "page")
--with-dir It creates flutter page with directory.
copied to clipboard
Repository Command #
Usage: fg repository [arguments]
-h, --help Print this usage information.
-n, --name (mandatory) Create repository with given name or full path.
copied to clipboard
Widget Command #
Usage: fg widget [arguments]
-h, --help Print this usage information.
-n, --name (mandatory) Create widget with given name or full path.
--stateful Create stateful widget.
--with-dir It creates flutter widget with directory.
copied to clipboard
License #
license.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.