Skip to content

Commit dcdadb0

Browse files
committed
Formatting
1 parent 900d994 commit dcdadb0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/ff-concepts/navigation-routing/deep-dynamic-linking.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -520,15 +520,11 @@ Here's a short demo:
520520

521521
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.
522522

523-
1. Firstly, create environment variables for:
523+
1. First, create environment variables for:
524524
- `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).
526526

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.
532528

533529

534530
**🔧 Android Setup**

0 commit comments

Comments
 (0)