Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
busslina committed Sep 25, 2024
1 parent 6f6d679 commit c5bc8b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/lib/src/beamer_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class BeamerDelegate<T extends BeamPageInfo>
///
/// [stackBuilder] is required to process the incoming navigation request.
BeamerDelegate({
required this.debugLabel,
required this.stackBuilder,
this.initialPath = '/',
this.routeListener,
Expand Down Expand Up @@ -51,6 +52,8 @@ class BeamerDelegate<T extends BeamPageInfo>
updateListenable?.addListener(_update);
}

final String debugLabel;

final Map<LocalKey, BeamPageStateNotifier> pageStateNotifiers = {};

bool _firstBuild = true;
Expand Down

0 comments on commit c5bc8b3

Please sign in to comment.