App Name & Icons

This project also allow change application name & icon

Change The App Name

IOS

Open file ./ios/Runner/Info.plist and replace the Listar Flux with your app branch name.

<key>CFBundleName</key>  
<string>Listar Flux</string>  
Android

Open file ./android/app/src/main/res/values/AndroidManifest.xml and replace Listar Flux with your app branch name

<application android:label="Listar Flux">  
</application>  

Change the app Bundle ID

IOS

Using Xcode and open ios project then modify it

Listar Flux – Change IOS ID
Android

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

Listar Flux – Change Android ID

Change the app Icon

IOS
Listar Flux – Change Icon IOS
Android
Listar Flux – Change Icon 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 AIzaSyBRB5_8rkANX4dYFkqQ8hIDE60ELN4TCt8
File locate
– Ios: ./source/ios/Runner/AppDelegate.swift
– Android: ./source/android/app/src/main/AndroidManifest.xml

Android
Listar Flux – Change Map Key Android
IOS
Listar Flux – Change Map Key IOS