Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
busslina committed Sep 19, 2024
1 parent e074f82 commit db9979c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions package/lib/src/beamer_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
this,
this.configuration.copyWith(),
_currentBeamParameters,
'update',
);
}

Expand Down Expand Up @@ -988,7 +987,6 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
this,
RouteInformation(uri: Uri.parse(notFoundRedirectNamed!)),
_currentBeamParameters.copyWith(),
'_handleNotFoundRedirect',
);
}
_updateFromBeamStackCandidate();
Expand Down Expand Up @@ -1099,7 +1097,6 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
this,
parentConfiguration,
_currentBeamParameters,
'_initializeChild',
);
}

Expand Down Expand Up @@ -1134,7 +1131,6 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
this,
parentConfiguration,
_currentBeamParameters,
'_updateFromParent',
);

if (beamStack is! NotFound) {
Expand Down
1 change: 0 additions & 1 deletion package/lib/src/stack_builders.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ typedef StackBuilder = BeamStack Function(
BeamerDelegate parent,
RouteInformation,
BeamParameters?,
String creationReason,
);

/// A pre-made builder to be used for [BeamerDelegate.stackBuilder].
Expand Down

0 comments on commit db9979c

Please sign in to comment.