Change app bundleId, appName system in flutter with terminal

Let’s jump straight to the procedure.

  1. Install rename package as globally: flutter pub global activate rename.
  2. Rename app name: flutter pub global run rename setAppName -v "New App Name".
  3. Change bundleId: flutter pub global run rename setBundleId -v "new.bundle.id".

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top