[web] Support routing in multi-view
Open
engine
f: routes
P2
platform-web
team-web
triaged-web
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
At the moment, routing pretty much depends on the existence of the implicit view. In multi-view, we want to get rid of the implicit view, but that would break any view that uses `MaterialApp` for example.
- [ ] Give each `FlutterView` its own history (in-memory history).
- [ ] How does `UrlStrategy` play into multi-view?
- [x] Keep using browser history in full page mode only.
Contributor guide
Assessment
This issue has not been assessed yet.