4.1 Change Package Name
Android Package Name
Go to your IDE and run the following command from your IDE terminal by changing the package name with yours.
flutter pub run change_app_package_name:main com.new.package.name
iOS Package Name
Go to the ios/Runner/Info.plist file and replace the CFBundleIdentifier value with your iOS package name. (See the picture below)

Last updated