Carsten Seeger

Results 50 comments of Carsten Seeger

Thank you @patrickmelix, will take a look into this.

thank you @roru2k20 for you feature request, we'll take a look into it.

Hello @zaengerlein thank you for your feature request. Thats an interesting use case. We'll take a look into it.

Hello @nixbedman thanks for reporting this, we will take a look into it.

thanks @WTIGER001 for opening this and @nmollerup for answering this already.

Any chance this will be addressed soon?

@knadh this should be prioritized since its law relevant for many users inside EU due to GDPR.

CC: @mikfreedman

can confirm this issue: ``` QR.rootNavigator.addRoutes([ QRoute(path: '/test', builder () => const TestPage()) ]); QR.rootNavigator.removeRoutes(['/test']); // throws an error Path /test already exist, cannot add QR.rootNavigator.addRoutes([ QRoute(path: '/test', builder ()...