BambinoUA

Results 26 comments of BambinoUA

Suggestion is re-consider the code and remove redundant duplications. If we can get route state from `beamState.routeInformation.state` why do we need redundant `routeState`? If `BeamState` contains `pathParameters`, `queryParameters` so why...

Schematically I need to implement some route dispatcher. ``` /alerts |-----------------------| yes --------> | is /alerts permitted? | ------> show alerts page | -------- | ---------| | no |-----------------------| |...

> What I need is if I typed some secured (guarded) URL I need to be redirected to login route and after successful authentication to be redirected to requested URL....

> but you still can accomplish that "not found fallback" if you define guards that will sequentially fail and redirect to each other until the last one returns some "not...

Started to use flutter's [go_router](https://pub.dev/packages/go_router).

It looks like `pub.dev` contains old version not one which is in git. I've fixed this using: ``` dependency_overrides: background_location: git: url: https://github.com/Almoullim/background_location.git ref: master ```

> callbackDispatcher is a weird name for a function that is actually the task runner that defines > what should happen when a task is running. I think the better...

Yes. I know but it would be good to have access to the SQL for any case. Maybe for some analysis or cacheing etc.

Use logger fine logging.