Skip to content

Commit

Permalink
fix: toArgumentsWithoutParams missing url and index
Browse files Browse the repository at this point in the history
  • Loading branch information
foxsofter committed May 8, 2024
1 parent 31b795b commit ec1fbd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/navigator/navigator_route_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ extension NavigatorRouteSettings on RouteSettings {

Map<String, dynamic> toArgumentsWithoutParams() {
final args = <String, dynamic>{
'url': url,
'index': index,
'isNested': isNested,
'animated': animated,
};
Expand Down

0 comments on commit ec1fbd3

Please sign in to comment.