Skip to content

Commit da35f7f

Browse files
committed
rm the obsolete todo comments
1 parent ab95d12 commit da35f7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/go_router/lib/src/router.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,6 @@ class GoRouter implements RouterConfig<RouteMatchList> {
574574
WidgetsBinding.instance.platformDispatcher.defaultRouteName,
575575
);
576576
if (platformDefaultUri.hasEmptyPath) {
577-
// TODO(chunhtai): Clean up this once `RouteInformation.uri` is available
578-
// in packages repo.
579577
platformDefaultUri = platformDefaultUri.replace(path: '/');
580578
}
581579
final String platformDefault = platformDefaultUri.toString();

0 commit comments

Comments
 (0)