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
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.
674
674
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
0 commit comments