작성한 질문수
[코드팩토리] [중급] Flutter 진짜 실전! 상태관리, 캐시관리, Code Generation, GoRouter, 인증로직 등 중수가 되기 위한 필수 스킬들!
작성
·
603
0
The argument type 'String?' can't be assigned to the parameter type 'FutureOr<String?> Function(BuildContext, GoRouterState)?'
goRouter 기존 버전에서 7.0으로 바뀌어서 에러가 뜨는거같은데염 ㅠㅠ
답변 1
안녕하세요.
redirect의 시그니처는 아래와 같이 변경됐습니다.
typedef GoRouterRedirect = FutureOr<String?> Function( BuildContext context, GoRouterState state);
새로 추가된 GoRouter 7.0 강의 섹션을 참고해주세요
감사합니다.