HZHao Zhenginhaoz.hashnode.dev·Oct 2, 2023 · 3 min readTab routing with auto_routeIn this post, we will explore the functionality of tab routing in auto_route. It offers the AutoTabsRouter, which allows seamless transitions between various tabs while maintaining the state of offstage routes. Basic setup Create a Wrapper Page for ...00
HZHao Zhenginhaoz.hashnode.dev·Sep 25, 2023 · 3 min readType safe routing with auto_routeIntroduction Navigating between screens is a fundamental aspect of mobile app development. In development, efficient routing and navigation can greatly impact the user experience and development process. To simplify this, Flutter has quite a few rout...00