We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a6959 commit 6f01e67Copy full SHA for 6f01e67
1 file changed
packages/go_router_builder/lib/src/route_config.dart
@@ -219,7 +219,7 @@ mixin _GoRouteMixin on RouteBaseConfig {
219
return MapEntry<String, String>(pathParameter, valueBuffer.toString());
220
}),
221
);
222
- final String location = patternToPath(_basePathForLocation, pathParameters);
+ final String location = patternToPath(Uri.encodeFull(_basePathForLocation), pathParameters);
223
return "'$location'";
224
}
225
0 commit comments