feat(blog): add try Flutter web with WebAssembly week blog post - #13667
feat(blog): add try Flutter web with WebAssembly week blog post#13667kevmoo wants to merge 12 commits into
Conversation
Adds initial draft of the flagship blog post for Try Flutter Web with WebAssembly Week (TFW^4), targeting publication on August 17, 2026 following the Flutter 3.47 release. - Includes executive background and Dart DevTools Wasm adoption proof points (97% WAU). - Outlines qualified performance capabilities wrapped in editorial validation callout. - Links to refreshed Wasm and package:web developer migration documentation. - Formatted to 80-column line limit and aligned with Google DevRel authoring guidelines.
|
Staged preview of the updated docs.flutter.dev site (updated for commit ad90eef): https://flutter-docs-prod--docs-pr13667-tfw4-blog-post-irmydgiz.web.app |
abdallahshaban557
left a comment
There was a problem hiding this comment.
left my feedback
Addresses review feedback from @abdallahshaban557 and resolves static site generation failures on PR #13667. - Clarifies community-wide event framing and daily triage schedule. - Specifies May 2024 Wasm stabilization milestone and removes internal implementation terminology. - Adds placeholder WebP image assets to resolve Jaspr rendering errors. - Enforces condition-first social instructions and 80-column line limits.
Applies multi-agent architectural review recommendations to PR #13667. - Re-sequences sections to present complete Wasm technical proof before dependency roadblocks. - Trims intro hashtag/URL redundancy to establish Step 4 as the sole canonical CTA. - Standardizes event title capitalization and removes repetitive vocabulary.
Addresses review feedback on comment #3709317215 in PR #13667. - Explicitly presents the flutter build web --wasm command string in closing statement. - Formatted to align with Google DevRel grammar rules (no exclamation points, single conjunctions).
|
Staged preview of the updated flutter.dev site (updated for commit ad90eef): https://flutter-dev-230821--www-pr13667-tfw4-blog-post-xhisc5es.web.app |
Edit pass on the blog post to make it a little less formal, adhere to the style guide, and more action-oriented.
|
Looks great! I took a pass at it and tightened it up a little and made it a bit less formal. Seems like it'll be a fun week, though. |
There was a problem hiding this comment.
Code Review
This pull request introduces a new blog post promoting "Try Flutter Web with WebAssembly Week," which details the performance benefits of WebAssembly in Flutter Web and provides resources for migration. The review feedback highlights a minor formatting issue in the "How to get started" list, where the numbering skips from 3 to 5 and has inconsistent indentation.
…section * Fix ordered list item numbering from 5 to 4. * Align list continuation indentation to 4 spaces.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request adds a new blog post draft titled "Try Flutter Web with WebAssembly Week" to promote WebAssembly compilation in Flutter Web. The feedback highlights several placeholder elements that must be resolved before publication, specifically removing an active editorial hold block on performance metrics and replacing placeholder image assets with finalized artwork.
| Unlock up to 2x to 5x faster web performance by opting into Wasm compilation today | ||
| publishDate: 2026-08-17 | ||
| author: kevmoo | ||
| image: images/header_placeholder.webp |
| --- | ||
|
|
||
| <!-- TODO(graphics): Replace with finalized banner artwork featuring Dash and WebAssembly branding --> | ||
| <DashImage figure src="images/header_placeholder.webp" alt="Dash celebrating Try Flutter Web with WebAssembly Week" caption="Welcome to Try Flutter Web with WebAssembly Week" /> |
- Replace micro-benchmark warning hold with live benchmark data from flutter-wasm-compare.web.app (2.0x frame speedup, 2.5x build speedup). - Document background Web Worker rasterization architecture via Skwasm. - Update bundle size metric to reflect <= 5% compressed transfer delta. - Update hero comparison graphic with high-res live HUD benchmark capture.
- Add bundle_size_comparison.webp converted from DevTools network capture. - Embed DashImage illustrating compressed wire transfer sizes for JS vs Wasm.
- Convert performance dialog from flutter-wasm-compare demo to WebP. - Point DashImage to perf_comparison_placeholder.webp with live 60 FPS metrics.
- Add links to live demo (flutter-wasm-compare.web.app) and GitHub repo. - Document test hardware/browser environment (Chrome 151 on Apple M4 Pro).
Adds initial draft of the flagship blog post for Try Flutter Web with
WebAssembly Week (TFW^4), targeting publication on August 17, 2026
following the Flutter 3.47 release.