If you are using app_links, please try to edit AndroidManifest.xml file (android/app/src/main/AndroidManifest.xml) by adding the following metadata tag and intent filter inside the tag with .MainActivity
<meta-data android:name="flutter_deeplinking_enabled" android:value="false" />
More details can be found here