Aniketkhote / refreshed

Enhanced GetX for Flutter: Stability, Performance, Beginner-Friendly.
https://pub.dev/packages/refreshed
Other
67 stars 7 forks source link

Problem in web Navigation in release mode #28

Open Baghdady92 opened 6 months ago

Baghdady92 commented 6 months ago

Hello There is strange problem I notice in release mode in web

The navigation is not working as in debug

in debug you can navigate through your pages and refresh the page in middle the app continue or restack the layers from inital route which is normal

In release mode The navigation is working fine But if you refresh any page in the middle layers you will get page not found error And its not transfer you back to begining as is debug mode

Baghdady92 commented 6 months ago

Untitled This happen after refresh the page in both mode debug and release