There was an error while loading. Please reload this page.
1 parent 63a739b commit 2dedb91Copy full SHA for 2dedb91
lib/core/deeplink/firebase_deep_link.dart
@@ -39,7 +39,7 @@ class FirebaseDeepLink extends Deeplink {
39
link: Uri(
40
scheme: 'http',
41
host: 'fluttercommerce.io',
42
- path: '$path',
+ path: path,
43
queryParameters: value,
44
),
45
androidParameters: AndroidParameters(
0 commit comments