Open2023/09/28にコメント追加4go_router redirectについて草野洋平2023/09/28go_routerのGoRouterクラスのredirectについて https://pub.dev/documentation/go_router/latest/go_router/GoRouter-class.html 返信を追加草野洋平2023/09/28基本ここ読めばいいっぽい。 気づかなかった。 https://pub.dev/documentation/go_router/latest/topics/Redirection-topic.html 返信を追加草野洋平2023/09/28イマイチmatchedLocationがわからない。 返信を追加草野洋平2023/09/28例にはこうある。 location = /family/f2/person/p1 route = GoRoute('/family/:id') matchedLocation = /family/f2 https://pub.dev/documentation/go_router/latest/go_router/GoRouterState/matchedLocation.html 返信を追加
草野洋平2023/09/28go_routerのGoRouterクラスのredirectについて https://pub.dev/documentation/go_router/latest/go_router/GoRouter-class.html 返信を追加
草野洋平2023/09/28基本ここ読めばいいっぽい。 気づかなかった。 https://pub.dev/documentation/go_router/latest/topics/Redirection-topic.html 返信を追加
草野洋平2023/09/28例にはこうある。 location = /family/f2/person/p1 route = GoRoute('/family/:id') matchedLocation = /family/f2 https://pub.dev/documentation/go_router/latest/go_router/GoRouterState/matchedLocation.html 返信を追加