Open Dheeraj-Reddy-Mallapu opened 3 months ago
It looks like linux has a utility called util-linux that has rename commands. flutter pub global activate rename did not override the system commands.
Anyone know how to solve this? Please let me know.
same issue
Not working either in MacOS, same issue. Any workaround?
Found the workaround of adding to dev_dependencies
and executing dart run package_rename
instead of activating globally.
I have followed the instructions from the readMe file of this repo.
Command:
rename setAppName --targets android --value "My App Name"
Output: rename: unrecognized option '--targets' Try 'rename --help' for more information.Same output for setBundleId
When I run rename --help, it gives me this: Usage: rename [options] ...
Rename files.
Options: -v, --verbose explain what is being done -s, --symlink act on the target of symlinks -n, --no-act do not make any changes -a, --all replace all occurrences -l, --last replace only the last occurrence -o, --no-overwrite don't overwrite existing files -i, --interactive prompt before overwrite
-h, --help display this help -V, --version display version
The help does not contan any options like --targets or --value.