Skip to content

Commit

Permalink
changed deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
steniooliv committed Apr 4, 2024
1 parent f40f9ac commit 6fed1be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ModularRouteInformationParser
var path = '';

// 3.10 wrapper
final location = [null].contains(routeInformation.location)
final location = [null].contains(routeInformation.uri.path)
? '/'
: routeInformation.uri.path;
if (location == '/') {
Expand Down

0 comments on commit 6fed1be

Please sign in to comment.