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

Update README.md #39

Closed iAhmadAmin closed 1 year ago

iAhmadAmin commented 1 year ago

You will encounter: 'command not found: pub'

Nowadays (due to Dart being supplied / integrated with / in Flutter now) suggested correct use of pub is to be called via the flutter or dart command, as mostly this package will be used in flutter projects rather than pure dart so in readme it should be 'flutter pub' rather 'pub'.

iAhmadAmin commented 1 year ago
Screenshot 2022-10-12 at 12 07 39 PM
onatcipli commented 1 year ago

thanks for contributing