Skip to content

Commit 84da17c

Browse files
committed
rm the obsolete todo comments
1 parent 027e319 commit 84da17c

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
@@ -573,8 +573,6 @@ class GoRouter implements RouterConfig<RouteMatchList> {
573573
WidgetsBinding.instance.platformDispatcher.defaultRouteName,
574574
);
575575
if (platformDefaultUri.hasEmptyPath) {
576-
// TODO(chunhtai): Clean up this once `RouteInformation.uri` is available
577-
// in packages repo.
578576
platformDefaultUri = platformDefaultUri.replace(path: '/');
579577
}
580578
final String platformDefault = platformDefaultUri.toString();

0 commit comments

Comments
 (0)