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 fc82dbb commit 86c8961Copy full SHA for 86c8961
packages/go_router/lib/src/parser.dart
@@ -48,10 +48,10 @@ class GoRouteInformationParser extends RouteInformationParser<RouteMatchList> {
48
assert(() {
49
if (debugRequireGoRouteInformationProvider) {
50
assert(
51
- routeInformation is DebugGoRouteInformation,
52
- 'This GoRouteInformationParser needs to be used with '
53
- 'GoRouteInformationProvider, did you forget to pass in '
54
- 'GoRouter.routeInformationProvider to the Router constructor?',
+ routeInformation is DebugGoRouteInformation,
+ 'This GoRouteInformationParser needs to be used with '
+ 'GoRouteInformationProvider, did you forget to pass in '
+ 'GoRouter.routeInformationProvider to the Router constructor?',
55
);
56
}
57
return true;
0 commit comments