Flutterアプリの名称を変更

android/app/src/main/AndroidManifest.xml

1
2
3
4
5
<application 
android:name="io.flutter.app.FlutterApplication"
android:label="アプリ名"
android:icon="@mipmap/ic_launcher">
</application>

コメント

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×