Consumer apps versus workforce apps
Both are used by humans, but they are not the same.
Feb 7, 20256 min read108

Search for a command to run...

Series
In this series, I will talk about the development and use of the RubigoRouter package.
Both are used by humans, but they are not the same.

Recap part 1. In the previous article about this subject, I explained the limitations that I have ran into, with the default onDidRemovePage implementation. In this article I will show how I’ve overcome or better said, circumvented these limitations....
During the development of my RubigoRouter package I ran into some limitations of the Navigator object that I explain here below. The Flutter Navigator has a mechanism to inform the app about a back navigation event. Historically the onPopPage callbac...