Martin Schlegel

Results 2 issues of Martin Schlegel

In the `didPop` function inside the `ScreenObserver` is an issue. the code: ``` @override void didPop(Route route, Route? previousRoute) { final name = route.settings.name; if (name != null) { screenStreamController.add(name);...

This is more a feature request. So far I can tell, the package does not give any option to customise the logging behaviour, in my case I would wish to...