website icon indicating copy to clipboard operation
website copied to clipboard

[PAGE ISSUE]: 'Build and release a web app' - update to document multi-view

Open kevmoo opened this issue 1 year ago • 2 comments

Page URL

https://docs.flutter.dev/deployment/web/

Page source

https://github.com/flutter/website/tree/main/src/content/deployment/web.md

Describe the problem

Per this (now closed) issue https://github.com/flutter/flutter/issues/118481

Flutter web supports multi-view. Need to document it.

Expected fix

Document how to embed multiple Flutter web views on one page

Additional context

No response

I would like to fix this problem.

  • [ ] I will try and fix this problem on docs.flutter.dev.

kevmoo avatar Jun 20 '24 23:06 kevmoo

I think when documenting this feature we should not refer to it as "multi-view". The feature is more like "embedding Flutter apps and widgets into HTML pages" (or maybe into "other web frameworks"). When all is said and done this feature will look so obvious that we'll be musing how in early days we "didn't even support multiple views" (then cheer 🍻 for good old days). So instead, we should just update whatever "embedding" docs we already have to talk about CRUD-ing views and placing them onto web pages.

yjbanov avatar Jun 20 '24 23:06 yjbanov

/cc @sfshaza2 this is the tracking issue for the multiview changes that you were asking for in... another issue that I can't find anymore 😓

ditman avatar Jun 29 '24 03:06 ditman

Are you planning to add this documentation, @ditman?

sfshaza2 avatar Jul 02 '24 22:07 sfshaza2

@sfshaza2 Yes!

ditman avatar Jul 10 '24 00:07 ditman

Posted the PR for this: https://github.com/flutter/website/pull/10977

ditman avatar Jul 30 '24 23:07 ditman