Hi i am using GoRouter to build my app's navigation but it doesn't detect the swipe back gestures of android and ios, it goes back and renders the correct page but i don't see the state.subloc changes inside my redirect function of my GoRouter. Is this expected behavior? I mean , is it not supported by go_router yet?
Asked
Active
Viewed 826 times
0
-
Could you please add the code where you are facing the problem – krishnaacharyaa Jan 03 '23 at 08:13
1 Answers
1
-
i have an issue when i swipe outside the app to main phone screen, i get exception when i try to reopen the app package:flutter/src/widgets/framework.dart': failed assertion: line 4692 pos 14: 'owner!._debugcurrentbuildtarget == this': is not true. framework.dart:4692 the relevant error-causing widget was uncontrolledproviderscope – Mohammed Adel Feb 19 '23 at 10:44