flutter アプリ名の変更#
Android#
/android/app/src/main/AndroidManifest.xml
のandroid:label
に名前を設定
<application
android:label="アプリ名">
iOS#
/ios/Runner/Info.plist
のCFBundleName
に名前を設定
<key>CFBundleName</key>
<string>アプリ名</string>
Related Notes#
References#
Tags#
#flutter