Sandro Lovnički

Results 74 comments of Sandro Lovnički

> myapp://myapp.com/E will NOT work This is because E is inside the A router, so A router has to be built/entered first. A route like `myapp://myapp.com/A/E` and having A handle...

Seems like an interesting suggestion, but it would be the exact same `context` that is in `buildPages` :thinking:

Hey old friend @schultek :slightly_smiling_face: I see what you mean... This is an interesting problem that should definitely allow more customization, e.g. that you can optionally customize what should `BeamGuard`...

Hey @NeroThroN :wave: Sorry for the delay, but I finally had the time to take a look at this. Very cool! :blue_heart: As we talked on Discord, this is a...

Hey guys! As I spoke with @NeroThroN, I'm working on a new feature called "Route Structure" which should help in building complex scenarios like this one. Current draft PR is...

Hey @NeroThroN :wave: Long time no see. I'm getting healthier and having a bit more time so I checked this again. 1. > Deeplink: Going from /Books to /Articles/1 lead...

@youssefali424 cool, I'll check it out by the end of today. Today I also plan to work on improving nesting the beamer in the tree, so we might need to...

another example we need https://github.com/slovnicki/beamer/issues/72. I'll probably do that

@bernaferrari Thank you for this feedback! > Is it possible to open a screen with a dialog via URL, or close the URL and change the URL without pushing a...

Hey @MrSquaare :wave: Thanks for creating an issue! This looks like a general behavior in Flutter, not specific to Beamer. Can we reproduce that with vanilla Router API?