I am using the flutter_custom_tabs package to launch URLs in my Flutter app. However, I need to listen to URL changes in the browser opened by the custom tab. There doesn’t seem to be a built-in way to achieve this. Is there any way or work around to achieve this?
I am using the flutter_custom_tabs package to launch URLs in my Flutter app. However, I need to listen to URL changes in the browser opened by the custom tab. There doesn’t seem to be a built-in way to achieve this. Is there any way or work around to achieve this?