Ryan Chen
Ryan Chen
@Dimple-Liberohealth can you paste a code snippet of where this exception occurs?
Simply use a different scheme for either your deep links or flutter_web_auth. Yeah, it's more work to maintain another scheme but that's the workaround.
@Thesmader I have the same issue, but seeing as I have the same use case as you, I don't need to actually route (push/pop/replace) anything, but only verify that it...
> @biscottis Thanks a ton for the snippet. This way does work. I do not need the router actually to navigate in widget tests. I want to verify if the...
Follow the examples here https://github.com/aissat/easy_localization/blob/develop/test/easy_localization_widget_test.dart to get widget tests to work. There are some things I dislike, you have to run your tests in `runAsync`, and you have to call...