App Name & Icon

Change the app name

IOS

Open file ./ios/FelixPro/Info.plist and replace the FelixPro with your app branch name and also search keyword “FelixPro” in folder ./source/android/app/ for replacement

<key>CFBundleDisplayName</key>  
<string>FelixPro</string>  
Android

Open file ./source/android/app/src/main/res/values/strings.xml and replace FelixPro with your app name

<string name="app_name">FelixPro</string>

Change the app Bundle ID

IOS

Using Xcode and open ios project then modify it

Android

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

Change the app Icon

IOS
Android

Change GoogleMap Key

First please check how to register GoogleMap key from https://developers.google.com/maps/documentation/embed/get-api-key
Search in project exist GoogleMap key AIzaSyDvaS7W8iRIZTGJ6v5yePMWF4B2sCEVWqg
File locate
– Ios: ./source/ios/FelixPro/AppDelegate.m
– Android: ./source/android/app/src/main/AndroidManifest.xml

Android
IOS