Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions docs/testing-deployment-publishing/publishing/web-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down