Skip to main content

How to change package name

  1. Your package directory you can see like below image.

Package Structure

  1. Individually select each directory you want to rename, and: Right-click it, Select Refactor Click on Rename current In the Pop-up dialog.

Package Rename

  1. Enter the new name and hit Refactor. Allow a minute to let Android Studio update all changes.

Package Refactor

  1. Now press ctrl + shift + R and replace old packagename with your new packagename

Package Replace

  1. For ios open ios > Runner > info.plist > there is the key CFBundleIdentifier change the string value for that as shown in below

iOS Package