clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
112 stars 25 forks source link

Flutter web - The splash screen always loads when I go back to home #51

Open ranulfo opened 1 year ago

ranulfo commented 1 year ago

Hi guys, this package works perfectly on mobile but on flutter web i am noticing that it loads the splashscreen page every time i return to home using browser page back click. how do i solve this? I'm using the auto_route package to manage my routes. thanks in advance

abasu0713 commented 2 months ago

Hey guys. Can you guys do something about this. I have the same issue.

AnimatedSplashScreen -> error in jump to next screen, probably this run is in hot reload: Navigator operation requested with a context that does not include a Navigator.
The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget.

I am using auto_route and it seems to be broken for web.

abasu0713 commented 1 month ago

Hey guys. Can you guys do something about this. I have the same issue.

AnimatedSplashScreen -> error in jump to next screen, probably this run is in hot reload: Navigator operation requested with a context that does not include a Navigator.
The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget.

I am using auto_route and it seems to be broken for web.

Could the maintainers provide an example to use with Auto_Route without using imperative navigation? Seems like this is broken at the moment. Would be really appreciated.