Golo - App Flutter
  • Introductions
  • How to install Flutter?
    • Getting Started
  • Config Your App
    • Update app setting (pubspec.yaml )
    • Fetch the packages for the project (important)
    • Update the project name
    • Update the application display name
    • Update API Url
    • Setup Multi-Language
    • Copy Flutter Framework to iOS Folder
  • Support
  • FAQ
    • Can not run on device, but simulator can work well
    • Could not find the built application bundle at build/ios/iphoneos/Runner.app
Powered by GitBook
On this page
  • Android
  • iOS

Was this helpful?

  1. Config Your App

Update the application display name

PreviousUpdate the project nameNextUpdate API Url

Last updated 5 years ago

Was this helpful?

Android

Open: android/app/src/main/AndroidManifest.xml

Update android:label as you want.

iOS

Open: ios/Runner/Info.plist

<key>CFBundleName</key>
<string>Golo_Lara</string>

Replace "Golo_lara" by your app name.

You can update your app bundle identifier in this Info.plist also.