Skip to content

Commit 7ef2f7b

Browse files
Update docs/ff-concepts/navigation-routing/deep-dynamic-linking.md
Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent 382cc22 commit 7ef2f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ final context = appNavigatorKey.currentContext!;
10481048
This ensures that the navigation logic uses the global navigator context, which is essential if your app structure removes the home page early in the lifecycle. In such cases, relying on a local context may cause deep linking to fail—using a global context guarantees that navigation still works reliably.
10491049
10501050
:::warning[Paid Plans]
1051-
Note: The **Execute Custom Code** Action is available only on [**paid plans**](https://www.flutterflow.io/pricing).
1051+
Note: The **Execute Custom Code** Action is available only on the [**paid plans**](https://www.flutterflow.io/pricing).
10521052
:::
10531053
10541054
<div style={{

0 commit comments

Comments
 (0)