``` package com.example.app import io.flutter.embedding.android.FlutterActivity class MainActivity: FlutterActivity() { } ``` Need to change the package name in MainActivity.kt also. I faced this issue when signing and building the app
Need to change the package name in MainActivity.kt also.
I faced this issue when signing and building the app