File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 30
30
android : name =" flutterEmbedding"
31
31
android : value =" 2" />
32
32
</application >
33
+
34
+ <queries >
35
+ <intent >
36
+ <action android : name =" android.intent.action.VIEW" />
37
+ <data android : scheme =" quran" />
38
+ </intent >
39
+ <intent >
40
+ <action android : name =" android.intent.action.VIEW" />
41
+ <data android : scheme =" https" />
42
+ </intent >
43
+ </queries >
33
44
</manifest >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ quranOccurrenceDialog(
40
40
scheme: "https" ,
41
41
host: "www.quran.com" ,
42
42
path:
43
- "// ${snapshot .data ![j ]['SURAH' ]}/${snapshot .data ![j ]['AYAH' ]}" ,
43
+ "/${snapshot .data ![j ]['SURAH' ]}/${snapshot .data ![j ]['AYAH' ]}" ,
44
44
);
45
45
return Container (
46
46
decoration: BoxDecoration (
You can’t perform that action at this time.
0 commit comments