Add note about deferred loading to flutter.dev/platform-integration/web/wasm - #13648
Add note about deferred loading to flutter.dev/platform-integration/web/wasm#13648mkustermann wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a note to the Flutter web Wasm documentation explaining that deferred loading is not enabled by default and details how to enable it using an experimental flag. The feedback suggests improving the phrasing by removing the word "hidden" to describe the documented flag and simplifying "by default yet" to "by default".
5f8dacd to
955e5e6
Compare
|
Staged preview of the updated docs.flutter.dev site (updated for commit 955e5e6): https://flutter-docs-prod--docs-pr13648-add-wasm-deferred-load-h9vjrn0s.web.app |
|
Staged preview of the updated flutter.dev site (updated for commit 5f8dacd): https://flutter-dev-230821--www-pr13648-add-wasm-deferred-load-2h7l64ir.web.app |
biggs0125
left a comment
There was a problem hiding this comment.
I want to advertise this but should we either wait until this is on the stable branch or say something about this becoming available in Flutter 3.50? That way people don't try to do it today on the stable branch where it still doesn't work.
If we mention the deferred loading work on the dart & flutter blog posts, then we're telling that this is available in preview now. If we tell that to users, I think we should have documentation for it, which this PR adds. See also my response here: dart-lang/site-www#7419 (comment) (If we don't mention deferred loading in the dart & flutter blog posts - wdyt? - then there's no need to have it in the docs yet either) |
We have recently added the
--enable-wasm-deferred-loadingflag and should mention it in the documentation to make users aware.