We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6830539 commit 43eb497Copy full SHA for 43eb497
packages/go_router/lib/src/path_utils.dart
@@ -2,6 +2,7 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
+import 'misc/errors.dart';
6
import 'route.dart';
7
8
final RegExp _parameterRegExp = RegExp(r':(\w+)(\((?:\\.|[^\\()])+\))?');
0 commit comments