Vishant
Vishant
same behavior with Flutter 3 and Getx beta version 5.0.0.beta.51... willpopscope is not getting called when device back button is clicked
This approach work fine on flutter web but not on android app
``` final result = await AutoRouter.of(context).pop(Ï); if (result == false) { AutoRouter.of(context).navigationHistory.back(); } ``` Try this
it runs well on system but when i hosted it on firebase hosting it did not worked...but without changing any code when i build with flutter build web --release --web-renderer...