go_router

라우팅을 위한 패키지

go_router 링크open in new window

go_router 사용법

router설정

return MaterialApp.router(
      routerDelegate: router.routerDelegate,
      routeInformationParser: router.routeInformationParser,
      routeInformationProvider: router.routeInformationProvider,
    );

router 클래스


Last Updated:
Contributors: RiGang