From ce2e513aabacfb95b490fdd182a346ff2c4e0cee Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Tue, 19 Aug 2025 16:17:33 +0530 Subject: [PATCH 1/3] Update web publishing to include WASM option --- .../publishing/web-publishing.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/testing-deployment-publishing/publishing/web-publishing.md b/docs/testing-deployment-publishing/publishing/web-publishing.md index 98087cc7..60dfd0a7 100644 --- a/docs/testing-deployment-publishing/publishing/web-publishing.md +++ b/docs/testing-deployment-publishing/publishing/web-publishing.md @@ -38,6 +38,13 @@ To add platform support, navigate to the **Setting and Integrations > Project Se ![enable-web](../imgs/enable-web.avif) +:::info + +Enabling web support automatically enables +[**deep linking**](../../ff-concepts/navigation-routing/deep-dynamic-linking.md) for your project. This helps in creating URLs for every page of your app. + +::: + #### Advanced Web Settings 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 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. -:::info +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). + + :::warning + - This feature is currently in *Beta*, so it should be used with caution. + - The WASM is not supported in *Test Mode* yet. + ::: -Enabling web support automatically enables -[**deep linking**](../../ff-concepts/navigation-routing/deep-dynamic-linking.md) for your project. This helps in creating URLs for every page of your app. -::: #### Troubleshooting CORS Issues From 1c6bf0deeac9dbc085574d064c467f91b9d5051f Mon Sep 17 00:00:00 2001 From: pinkeshmars <71133091+pinkeshmars@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:54:50 +0530 Subject: [PATCH 2/3] Update docs/testing-deployment-publishing/publishing/web-publishing.md Co-authored-by: Frank van Puffelen --- docs/testing-deployment-publishing/publishing/web-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-deployment-publishing/publishing/web-publishing.md b/docs/testing-deployment-publishing/publishing/web-publishing.md index 60dfd0a7..c74d55ec 100644 --- a/docs/testing-deployment-publishing/publishing/web-publishing.md +++ b/docs/testing-deployment-publishing/publishing/web-publishing.md @@ -65,7 +65,7 @@ Enabling web support automatically enables 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. -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). +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). :::warning - This feature is currently in *Beta*, so it should be used with caution. From b5bb0cd562862fc7f60e22e1b9138e06a6e43d0b Mon Sep 17 00:00:00 2001 From: pinkeshmars <71133091+pinkeshmars@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:55:11 +0530 Subject: [PATCH 3/3] Update docs/testing-deployment-publishing/publishing/web-publishing.md Co-authored-by: Frank van Puffelen --- docs/testing-deployment-publishing/publishing/web-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-deployment-publishing/publishing/web-publishing.md b/docs/testing-deployment-publishing/publishing/web-publishing.md index c74d55ec..4a0309c1 100644 --- a/docs/testing-deployment-publishing/publishing/web-publishing.md +++ b/docs/testing-deployment-publishing/publishing/web-publishing.md @@ -69,7 +69,7 @@ Enabling web support automatically enables :::warning - This feature is currently in *Beta*, so it should be used with caution. - - The WASM is not supported in *Test Mode* yet. + - Wasm is not supported in *Test Mode*. :::