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

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

2. Change the app Bundle ID
IOS
Use your Xcode application and open file ./app/ios/Runner.xcworkspace
then edit field Bundle Identifier

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

3. Change the app Icon
IOS

Android

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

IOS
