Change App Name & ID
Change App Name
<application
android:name="io.flutter.app.FlutterApplication"
android:label="Replace with your App name"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true"><key>CFBundleName</key>
<string>Replace with your App name</string>Change Package Name
Rename Kotlin folder(Android)

IOS

Using Command (Very Easy)
Last updated