Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to HTML renderer on "Display images" page #11384

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
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
10 changes: 0 additions & 10 deletions src/content/platform-integration/web/web-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ For more information about web renderers, see
[Web renderers][].
:::

:::version-note
The HTML web renderer has fewer CORS limitations, but does
not support the full feature set as the WebGL renderers do.

The HTML renderer will be deprecated and removed in a
future Flutter version. Therefore, the HTML method to render
images using `<img>` & `<picture>` elements will no longer be
applicable to Flutter (without a platform view).
:::

[CORS]: https://developer.mozilla.org/docs/Web/HTTP/CORS
[XHR]: https://developer.mozilla.org/docs/Web/API/XMLHttpRequest
[`fetch`]: https://developer.mozilla.org/docs/Web/API/Fetch_API/Using_Fetch
Expand Down
Loading