skip to Main Content

while create deeplink of flutter showing this error

i already added this code in flutter app -> android -> src -> main -> androidmanifest.xml in this file but still now working <!-- Intent filter for handling deep links --> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE"…

VIEW QUESTION

how to overwrite data form link to another link in php

hello i want want to overwrite all peramters from old link to new link .. like $oldURl="https://example.com/abcd/data?p=123&x=ABCDSS"; $newUrl="https://example.com/?data=1&data2=2&data3=3"; // $fnialurl=rewrite_data($oldURl,$newUrl); final result i want .. https://example.com/abcd/data?data=1&data2=2&data3=3&p=123&x=ABCDSS you have any idea to get path & request from old url and replace…

VIEW QUESTION
Back To Top
Search