Flutter – I want to catch swipe back(IOS) and back button(android) before pop invoked
When i swipe back, if nothing is changed it should just go back. if i have changed some personal data (for example, first name or last name) and I swiped back, it should stay in PersonalDataScreen and show ShowDialog.showDialogOnScreen() @override…