yo 0.4.40 copy "yo: ^0.4.40" to clipboard
yo: ^0.4.40 copied to clipboard

unlistedoutdated

---

Install Yo Package #

flutter pub global activate yo
  • Add this to Your PATH
[YOUR_FLUTTER_PARENT_DIRECTORY]\flutter\.pub-cache\bin
[YOUR_FLUTTER_PARENT_DIRECTORY]\flutter\bin\cache\dart-sdk\bin
[YOUR_FLUTTER_PARENT_DIRECTORY]\flutter\bin
  • Another option to Install Yo
Download YoInstaller.exe and click the Install button.

Create Yo Project #

yo init

Create Module #

yo module create [module_name]

example:

yo module create product
yo module create product/product_list
yo module create product/product_form

Generate Icon #

  1. Update icon file in assets/icon/icon.png
  2. Run this command:
yo generate_icon

Remove Unused Import #

yo clean

Generate core.dart File #

yo core

Simple Command to Push to Github #

yo push

its equal to:

git add .
git commit -m "."
git push
1
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

---

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, intl, path, process_run

More

Packages that depend on yo