記事の内容
この記事では、iOSとAndroidのアプリ名を変更する方法を紹介します。
iOS
ios/Runner/info.plistの中にある、「Bundle name」を編集します。
Android
android/app/src/main/AndroidManifest.xmlの中にある、「android:label」を編集します。
<application android:name="io.flutter.app.FlutterApplication" android:label="Exchange Shop"