Skip to content

Commit 1b09a35

Browse files
authored
Merge pull request #38 from FlutterFlow/pinkesh/navigation
Pinkesh/navigation
2 parents 2c4075e + 8ac81dc commit 1b09a35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1085
-127
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Deep & Dynamic Linking
3+
sidebar_position: 4
34
---
45

56
# Deep & Dynamic Linking
@@ -15,7 +16,7 @@ any website link would work.
1516
The figure below illustrates how it works:
1617

1718
<figure>
18-
![img.png](img.png)
19+
![img.png](imgs/img.png)
1920
<figcaption class="centered-caption">Deep and Dynamic link flow</figcaption>
2021
</figure>
2122

@@ -38,12 +39,12 @@ links to work, you must have the app installed on your device.
3839
The deep link consists of three parts. It begins with the scheme followed by the host and page name,
3940
such as `designersapp://designersapp.com/profile`.
4041

41-
![img_1.png](img_1.png)
42+
![img_1.png](imgs/img_1.png)
4243

4344
If the page name is not provided (i.e. `designersapp://mydesignersapp.com/)`It will open the app's
4445
landing page.
4546

46-
![img_2.png](img_2.png)
47+
![img_2.png](imgs/img_2.png)
4748

4849
### Adding Deep Link
4950

@@ -78,7 +79,7 @@ In this step, You will set the URL scheme. To do that:
7879
the back button from a deep link page, enable the **Pages Are Subroutes of Root Page** option. *
7980
*Tip**: we recommend enabling this option to increase user engagement with your app.
8081

81-
![img_3.png](img_3.png)
82+
![img_3.png](imgs/img_3.png)
8283

8384
#### 2. Setting page URL
8485

@@ -287,7 +288,7 @@ In this step, You will set the URL scheme. To do that:
287288
the back button from a deep link page, enable the **Pages Are Subroutes of Root Page** option. *
288289
*Tip**: we recommend enabling this option to increase user engagement with your app.
289290

290-
![img_4.png](img_4.png)
291+
![img_4.png](imgs/img_4.png)
291292

292293
#### 4. Setting page URL
293294

@@ -377,7 +378,7 @@ To pass custom data with the link, you need to have the following:
377378
1. Make sure you have a parameter defined on a page you want to pass in a dynamic link.
378379

379380
<figure>
380-
![img_5.png](img_5.png)
381+
![img_5.png](imgs/img_5.png)
381382
<figcaption class="centered-caption">Adding parameter on page</figcaption>
382383
</figure>
383384

@@ -386,7 +387,7 @@ To pass custom data with the link, you need to have the following:
386387

387388

388389
<figure>
389-
![img_6.png](img_6.png)
390+
![img_6.png](imgs/img_6.png)
390391
<figcaption class="centered-caption">Including a parameter in the route</figcaption>
391392
</figure>
392393

docs/ff-concepts/navigation-routing/generate-current-page-link.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Generate Current Page Link
3+
sidebar_position: 5
4+
---
5+
16
# Generate Current Page Link
27

38
Using this action, you can generate the dynamic link for the current page.
@@ -9,7 +14,7 @@ Using this action, you can generate the dynamic link for the current page.
914

1015
:::info[Prerequisites]
1116

12-
Before adding this action, ensure you have performed all the steps to[add the dynamic link](deep-dynamic-linking.md#adding-dynamic-link).
17+
Before adding this action, ensure you have performed all the steps to [**add the dynamic link**](deep-dynamic-linking.md#adding-dynamic-link).
1318
:::
1419

1520
## Defining Generate Current Page Link action
75.3 KB
Loading
4.14 MB
Loading
51.4 KB
Loading
104 KB
Loading
39.9 KB
Loading
360 KB
Loading

0 commit comments

Comments
 (0)