Try to remove android:taskAffinity="" from your AndroidManifest.xml file this might be a issue.
android:taskAffinity=""
AndroidManifest.xml
Because starting from Flutter v3.22.0, newly created projects will disallow task affinity by default to prevent the StrandHogg attack