A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.

How to install

dart pub global activate flutter_ui_generator

How to run

flutter_ui_generator homepage name education emailid

If you face "flutter_ui_generator command not found"

dart pub global list

It should has flutter_ui_generator with version code

After that

export PATH="$PATH":"$HOME/.pub-cache/bin"

After that

%USERPROFILE%\AppData\Local\Pub\Cache\bin

All above is for mac os


JUST FOR INFO

To create project

sudo dart create -t console-full project name

To publish on pub.dev

dart pub publish

FILES REQUIRED

LICENSE FILE WITH CONTENT

EXECUTABLES IN YAML FILE