onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

zsh: command not found: pub #5

Closed malibayram closed 4 years ago

malibayram commented 4 years ago

if you got this error just add flutter before pub for example; if you get error with pub global run rename --appname "Network Upp", try this; flutter pub global run rename --appname "Network Upp"