PS D:\chat app\chatapp_firebase\chatapp_firebase> flutter run
Launching lib\main.dart on CPH2363 in debug mode...
Parameter format not correct -
D:\chat app\chatapp_firebase\chatapp_firebase\android\app\src\debug\AndroidManifest.xml:15:9-22:20 Error:
android:exported needs to be explicitly specified for element <receiver#com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceive
r>. Apps targeting Android 12 and higher are required to specify an explicit value for android:exported
when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:processDebugMainManifest'.
Manifest merger failed : android:exported needs to be explicitly specified for element <receiver#com.dexterous.flutterlocalnotifications.ScheduledNoti ficationBootReceiver>. Apps targeting Android 12 and higher are required to specify an explicit value for
android:exported
when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
- Try:
Run with --stacktrace option to get the stack trace.
BUILD FAILED in 26s Running Gradle task 'assembleDebug'... 27.8s Exception: Gradle task assembleDebug failed with exit code 1
plz help me with what to do