You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ff-concepts/navigation-routing/deep-dynamic-linking.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,15 +520,11 @@ Here's a short demo:
520
520
521
521
To make **Branch Smart Links** work in your FlutterFlow app, you’ll need to update the native configuration files via the **Custom Code** tab in your project.
522
522
523
-
1.Firstly, create environment variables for:
523
+
1.First, create environment variables for:
524
524
-`branchHostUrl` (e.g. `brnch4.app.link`)
525
-
-`branchKey` (your Branch key)
525
+
-`branchKey` (your Branch key, use it for production and optionally `branchKeyTest` for dev environments. You can toggle modes through Branch dashboard and also through FlutterFlow environment toggling).
526
526
527
-
528
-
Use `branchKey` for production and optionally `branchKeyTest` for dev environments. You can toggle modes through Branch dashboard (and also through FlutterFlow environment toggling).
529
-
530
-
2. Then navigate to:
531
-
FlutterFlow > Custom Code > Configuration Files.
527
+
2. Then navigate to, FlutterFlow > Custom Code > Configuration Files.
0 commit comments