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

Home Page:https://pub.dev/packages/rename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh: command not found: pub

malibayram opened this issue · comments

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"