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 Xcode and open ios project then modify it

Listar FluxPro – Change IOS ID
Android

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

Listar FluxPro – Change 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 change like

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

Listar FluxPro – Change Android ID folder format

3. Change the app Icon

IOS
Listar FluxPro – Change Icon IOS
Android
Listar FluxPro – Change Icon Android