A CLI flutter based on GetX,
requires Dart to run.
pub global activate -sgit https://github.com/CpdnCristiano/get_cli.git
get install get:3.4.6
or
get install get
that way the latest version will be installed
run the command in the flutter project directory
get arctekko create screen --name="Screen name"
or in an abbreviated form
get arctekko c s --n="Screen name"
run the command in the flutter project directory
get arctekko create wigdet screenFolderName --name="widget name"
or in an abbreviated form
get arctekko c w screenFolderName --name="widget name"
run the command in the flutter project directory
get arctekko create wigdet common --name="widget name"
or in an abbreviated form
get arctekko c w --n="widget name"
use to create a new project in the current directory
get arctekko init .
Attention this command will overwrite some existing files. Do not use this command in an already started project
the next command should create a new project but at the moment it has error
get arctekko init my_fist_project
- Dependencies easy to install via the command line
- generate initial binding structure
- generate all directories with a single command
- generate code and directories basead on getx_pattern;