Jesse Pangburn

Results 44 comments of Jesse Pangburn

I'll restate the problem for clarity. You have a home screen, then a list screen that can optionally be filtered by a URL parameter, then a view result screen- let's...

Is there a workaround for this? I tried my guard at the top level BeamerDelegate (mine is an authentication guard going to /login, but same concept as @johnpryan) I get...

For me, since my guard was at the top level and there was only one for login, I made an ugly little hack: ``` child: MaterialApp.router( routerDelegate: routerDelegate, routeInformationParser: BeamerParser(),...

Thanks @slovnicki! #1 was the easy option as I was manually beaming to '/login' (as you guessed). That `root` option fixed it 👍 The top level guard is still useful...

Out of the two options discussed "match production" and "dumping all indexes automatically created [during some set of tests]" , if we could only have one then I prefer the...

> the latter works only if you have a single application talking to the database Wouldn't you just reset the emulator, run whatever tests you have on your dozens of...

TL;DR - I agree with the argument for "match production", it would help very large projects a lot. Would still be nice if there was also a way to generate...

Yeah, as I read further through the tour, I see there's a lot of these. Whoever wrote the tour likes anonymous functions. Personally, I like them too and don't see...

@pree-T The issue is still open. The problem seems to be that it's not super clear what the right answer is. As @kwalrath said, many tour examples are pretty old...

I can confirm @breautek 's comment. The problem you are likely experiencing is the distanceFilter. If you move less than 5 meters, you won't get an update. While this is...