Skip to content

Commit 9efb657

Browse files
authored
Merge branch 'main' into fix/update-add-dependency
2 parents e7faefd + bce712b commit 9efb657

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed
101 KB
Binary file not shown.
160 KB
Binary file not shown.
101 KB
Binary file not shown.

docs/accounts-billing/manage-custom-domains.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ All paid plans include one free custom domain, with the option to purchase more
77
### How do I purchase additional custom domains?
88

99
To purchase domains, paid users can go to their [**account**](https://app.flutterflow.io/account) page, find the **Custom Domains** section, and click the **Add Domains** button.
10-
<!-- TODO pricing: Clarify the purchase process for legacy Team owners.
11-
2. The *Team* owner can buy from the My Organization page.
12-
3. Click **Add Domains** to buy a new one.-->
10+
11+
![add-domain](imgs/add-domain.avif)
12+
13+
14+
The **Team** owner can purchase domains from the **My Team** page. Under the **Custom Domains** section, click **Add Domains** to add one for the team.
15+
16+
![add-domain-team](imgs/add-domain-team.avif)
1317

1418
:::note
1519
Note that purchasing a domain is not possible during the trial period. If you're interested in obtaining a domain, please reach out to our support team for further assistance.
1620
:::
1721

18-
<!-- TODO pricing: add image-->
1922

2023
### How do I remove custom domains?
2124

2225
To remove the custom domain, paid users can go to their [**account**](https://app.flutterflow.io/account) page, find the **Custom Domains** section, and click **Remove Domains** to remove the existing custom domain.
2326

2427

25-
<!-- TODO pricing: add image-->
28+
The **Team** owner can remove domain from the **My Team** page. In the **Custom Domains** section, click **Remove Domains**.
29+
30+
![remove-domain-team](imgs/remove-domain-team.avif)

docs/testing-deployment-publishing/publishing/web-publishing.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ To add platform support, navigate to the **Setting and Integrations > Project Se
3838

3939
![enable-web](../imgs/enable-web.avif)
4040

41+
:::info
42+
43+
Enabling web support automatically enables
44+
[**deep linking**](../../ff-concepts/navigation-routing/deep-dynamic-linking.md) for your project. This helps in creating URLs for every page of your app.
45+
46+
:::
47+
4148
#### Advanced Web Settings
4249

4350
1. **Use CanvasKit**: Enabling this option can provide high-quality graphics and text rendering on web platforms.
@@ -58,12 +65,14 @@ To add platform support, navigate to the **Setting and Integrations > Project Se
5865

5966
3. **Import Emoji Library**: Importing the Emoji library is necessary if your app may use emojis anywhere in any text widget. However, this will increase the size of your app on web.
6067

61-
:::info
68+
4. **Use Wasm (Beta)**: Enabling this option will build your app using Flutter’s **Wasm (WebAssembly) web renderer**. For more details, see the [Flutter Documentation on Wasm](https://docs.flutter.dev/platform-integration/web/wasm).
69+
70+
:::warning
71+
- This feature is currently in *Beta*, so it should be used with caution.
72+
- Wasm is not supported in *Test Mode*.
73+
:::
6274

63-
Enabling web support automatically enables
64-
[**deep linking**](../../ff-concepts/navigation-routing/deep-dynamic-linking.md) for your project. This helps in creating URLs for every page of your app.
6575

66-
:::
6776

6877
#### Troubleshooting CORS Issues
6978

0 commit comments

Comments
 (0)