rodrigobastosv / loading_overlay

MIT License
122 stars 32 forks source link

[BUG] Wrapping MaterialApp widget with GlobalLoaderOverlay breaks platform deep-linking #60

Closed limitless-brain closed 1 year ago

limitless-brain commented 1 year ago

Step to reproduce: 1- Configure app deep linking. 2- Wrapping MaterialApp widget with GlobalLoaderOverlay. 3- Show and hide the loader when a deep link occurs (Mine was on sign-in) , you can use a fake one and send the link to the terminal. 4- Try to reuse the deep linking again it’s not going to work.

limitless-brain commented 1 year ago

If we used the builder method in the material app, and pass

useBackButtonInterceptor: false,

Parameter, The app works fine. I will close the ticket as it has been resolved.