Skip to content

Commit 900d994

Browse files
committed
add branch io video link
1 parent 17bf2de commit 900d994

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,4 +672,32 @@ Future handleBranchDeeplink(Future Function(dynamic data) onLinkOpened) async {
672672
673673
You can pass custom key-value pairs like `"page": "paywall"` or `"navigation_type": "bottom_sheet"` when creating the Branch link, and retrieve them here to decide which screen to navigate to in FlutterFlow.
674674
675-
Be sure to test both fresh installs (deferred deep links) and existing app sessions to confirm that your actions run as expected.
675+
Be sure to test both fresh installs (deferred deep links) and existing app sessions to confirm that your actions run as expected.
676+
677+
:::tip
678+
For a complete walkthrough, check out the tutorial video:
679+
<div style={{
680+
position: 'relative',
681+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
682+
height: 0,
683+
width: '100%'}}>
684+
<iframe
685+
src="https://www.youtube.com/embed/v=nEBot6-zhfY"
686+
title="Sharing a Project with a User"
687+
style={{
688+
position: 'absolute',
689+
top: 0,
690+
left: 0,
691+
width: '100%',
692+
height: '100%',
693+
colorScheme: 'light'
694+
}}
695+
frameborder="0"
696+
loading="lazy"
697+
webkitAllowFullScreen
698+
mozAllowFullScreen
699+
allowFullScreen
700+
allow="clipboard-write">
701+
</iframe>
702+
</div>
703+
:::

0 commit comments

Comments
 (0)