App Name & Icons

This project also allow change application name & icon

1. Change The App Name

IOS

Use your Xcode application and open file ./app/ios/Runner.xcworkspace

Then edit field Display Name

Listar Pro – IOS App Name
Android

Open the folder ./source/android/* then search and replace Listar Pro with your app branch name

Listar Pro – Android App Name

2. Change the app Bundle ID

IOS

Use your Xcode application and open file ./app/ios/Runner.xcworkspace then edit field Bundle Identifier

Listar Pro – Bundle ID
Android

Searching com.listarPro in folder./source/android/* then modify it with your new android app ID

Listar Pro – Android App ID

3. Change the app Icon

IOS
Listar Pro – IOS App Icon
Android
Listar Pro – Android App Icon

4. 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 AIzaSyDg1evvc68xACuU2RsbBiV5uoF0vwVNM8Y
File locate
– Ios: ./source/ios/Runner/AppDelegate.mm
– Android: ./source/android/app/src/main/AndroidManifest.xml

Android
Listar Pro – Google Map Android API Key
IOS
Listar Pro – Google Map IOS API Key