Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvdb committed Sep 25, 2024
1 parent fdcfa5e commit f678437
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/go_router/lib/src/configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'dart:convert';

import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:meta/meta.dart';

import 'logging.dart';
import 'match.dart';
Expand Down Expand Up @@ -502,7 +503,8 @@ class RouteConfiguration {
.join(' => ');
}

/// Concatenate a Route's pattern with all its ancestor patterns
/// Concatenate a Route's pattern with all its ancestor pattern
@internal
RoutePattern? buildRoutePatternFromRoot(RouteBase route,
{List<RouteBase>? rootRoutes}) {
// if the root routes is not provided the top most routes are used
Expand Down

0 comments on commit f678437

Please sign in to comment.