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 46e0926 commit e074f82
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package/lib/src/beamer_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
updateListenable?.addListener(_update);
}

/// They are regenerated on [buildPages],
/// so they are only valid for one build cycle.
///
/// The reason for not making them persistent across build cycles is that
/// we can't know the [BeamPage.key] before creating them (see [buildPages]).
final Map<LocalKey, BeamPageStateNotifier> pageNotifiers = {};

bool _firstBuild = true;
Expand Down

0 comments on commit e074f82

Please sign in to comment.