1. Home
  2. Docs
  3. Listar FluxPro
  4. Mobile App
  5. App Name & Icons

App Name & Icons

1. Change The App Name

IOS

Open file ./ios/Runner/Info.plist and replace the Listar FluxPro with your app branch name.

<key>CFBundleName</key>
<string>Listar FluxPro</string>  

Android

Open file ./source/android/app/src/main/AndroidManifest.xml and replace Listar FluxPro with your app branch name

<application android:label="Listar FluxPro">
</application>  

2. Change the app Bundle ID

IOS

Using the Xcode application and opens the iOS project, then modifying it

Change the iOS Bundle Identifier

Android

Searching “com.huynh.listar_flutter_pro” in the folder ./android/… then modify it

Change the Android ID

Change the folder ./android/app/src/main/kotlin/com/huynh/listar_flutter_pro to match with your application ID. Ex: Your new application ID is com.firebase.listar_fluxpro, so the new folder structure should be changed like

./android/app/src/main/kotlin/com/firebase/listar_fluxpro

Change the Android ID folder format

3. Change the app Icon

IOS

Change the iOS icon

Android

Change the Android icon