beamer
beamer copied to clipboard
A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
**Describe the bug** I've implemented Beamer in my mobile app by using the example app 'Bottom Navigation'. However when closing and reopen the app (not terminating) several times it always...
**Is your feature request related to a problem? Please describe.** One of my screens lists contracts and allows to click and beam to the corresponding details screen: ``` onTap: ()...
This should - Solve an unintuitive problem of how to handle popping from e.g. `/some/thing/deeper` to `/` if these 2 really are the only pages in the stack - Enable...
**onPopPage callback not trigger with android back button** **Beamer version:** (`v1.5.0`, ) - Device: [poco x3]
As per Flutter's team research: > The logic expressed by guardNonMatching is very hard to understand in the following code: > ``` > BeamGuard( > pathBlueprints: ['/signin'], > guardNonMatching: true,...
# ⚠️ This example still contains lots of bugs ⚠️ ## Description Add a complete and complex example using multiples Beamers with deep and root pages. ## Issue tracker: -...
**Describe the bug** After Upgrading to Flutter v.2.10.1 the update of the page titles stopped working correctly. The app seems to update the titles correctly for the default title (provided...
**Describe the bug** Either I am misunderstanding how to get the current page URL in a beamguard, or there is a bug when in a stack. If you try to...
I can't seem to find a way to do this. The main app has a BeamerDelegate with Locations A, B, C. Location A is a BottomNavBar with it's own Beamer...
**Describe the bug** Browser Back button doesn't work, haven't tested in mobile Only url changes page or title won't change **Beamer version:** (e.g. `v0.14.1`, `master`, ...) 1.5.0 **To Reproduce** Steps...