flutter_ui_generator 1.0.0-dev.3
flutter_ui_generator: ^1.0.0-dev.3 copied to clipboard
This is library to generate flutter ui
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