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.
**Beamer version:** 1.5.6 **Describe the bug** Developing for Android app. The original behavior of Beamer (i suppose) it is like: 1. Render to `/auth/login`. 2. From login page, I want...
copied from [flutter/flutter](https://github.com/flutter/flutter/issues/99105) Hi, I'm in middle of developing Web page in Flutter. The deeper I go the main file called main.dart.js is getting bigger. So then I've started searching...
**Describe the bug** tl&dr: I'm seeing a "not found" tab for a quick second, for the 1st time, instead of the expected route. In the reproducible app that follow, ther...
Hello, some one can help me? I can't find my answer in the documentation or in github issues. I will try to explain my problem: I have a BeamerDelegate with...
**Describe the bug** When I override `BeamPage.onPopPage()` to block back navigation through iOS back-swipe gesture, the top most screen gets stuck when I slowly drag the screen to the right....
**Is your feature request related to a problem? Please describe.** Hey! I have the following set up: * I need to block navigation back / forward based on the app...
**Describe the bug** There is a bug in this example: (https://github.com/slovnicki/beamer/tree/master/examples/bottom_navigation_multiple_beamers) When another tab is selected, the system back button affects the hidden tab's state **Beamer version:** `master`, **To Reproduce**...
_This is a work in progress proposal and will be updated with implementation details_ For more details about where this is coming from, visit [v2 Roadmap Discussion](https://github.com/slovnicki/beamer/discussions/607) or [v2 Roadmap...
**Describe the bug** I'm trying to do some redirect from the old url to the new url with BeamGuards, for example: - Old: `/owner-store?userId=:userId` - Redirect to: `/store/:userId` ```dart BeamGuard(...