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
Android
Searching “com.huynh.listar_flutter_pro
” in folder ./android/… then modify it
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