-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
flutter/engine
#20794Labels
engineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.f: routesNavigator, Router, and related APIs.Navigator, Router, and related APIs.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-webWeb applications specificallyWeb applications specifically
Milestone
Description
The router widget reports its route information back to the engine through the SystemChannel.navigation routeInformationUpdated
method. However, the engine side functionality has not been implemented yet. This is one of the blocker that needs to be resolved before we can release the router widget.
According to the Router design doc , the web engine should create browser history entries for those route information in order to support browser backward and forward buttons. We also need to have some mechanisms to switch between new and old behaviors for backward compatibility.
CDDelta and raykriordanpawley and ido-ran
Metadata
Metadata
Assignees
Labels
engineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.f: routesNavigator, Router, and related APIs.Navigator, Router, and related APIs.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-webWeb applications specificallyWeb applications specifically