Skip to content

Commit 727a5ee

Browse files
committed
fix: deepLink again
1 parent ee70847 commit 727a5ee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<action android:name="android.intent.action.VIEW" />
4545
<category android:name="android.intent.category.DEFAULT" />
4646
<category android:name="android.intent.category.BROWSABLE" />
47-
<data android:scheme="dartotsu" android:host="add-repo" />
47+
<data android:scheme="dar" android:host="add-repo" />
4848
</intent-filter>
4949

5050
<intent-filter android:label="Add Repo">

ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
</dict>
8484
<dict>
8585
<key>CFBundleURLName</key>
86-
<string>dartotsu</string>
86+
<string>dar</string>
8787
<key>CFBundleURLSchemes</key>
8888
<array>
89-
<string>dartotsu</string>
89+
<string>dar</string>
9090
</array>
9191
</dict>
9292
<dict>

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void main(List<String> args) async {
7676

7777
Future init() async {
7878
if (Platform.isWindows) {
79-
registerProtocol('dartotsu');
79+
registerProtocol('dar');
8080
registerProtocol('anymex');
8181
registerProtocol('mangayomi');
8282
}

macos/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
</dict>
4040
<dict>
4141
<key>CFBundleURLName</key>
42-
<string>dartotsu</string>
42+
<string>dar</string>
4343
<key>CFBundleURLSchemes</key>
4444
<array>
45-
<string>dartotsu</string>
45+
<string>dar</string>
4646
</array>
4747
</dict>
4848
<dict>

0 commit comments

Comments
 (0)