コンテンツにスキップ

flutter アプリ名の変更#

Android#

/android/app/src/main/AndroidManifest.xmlandroid:labelに名前を設定

<application 
    android:label="アプリ名">

iOS#

/ios/Runner/Info.plistCFBundleNameに名前を設定

<key>CFBundleName</key> 
<string>アプリ名</string>


References#

Tags#

  • #flutter