[go_router]AssertionError (‘package:go_router/src/configuration.dart’: Failed assertion: line 40 pos 18: ‘!route.path.startsWith(‘/’) && !route.path.endsWith(‘/’)’: sub-route path may not start or end with /: GoRoute(name: null, path: /StoreLocation/detail))の対処法

image

不具合について

go_routerのルーティング処理を書いてあることで、ビルドエラーが起きます。

対処法

GoRoute()の子GoRouteのPathの先頭に/をつけていることが原因なので、とりのいぞいてあげるとエラーが修正できます。

関連記事

image [flutter] go_routerの使い方

おすすめの書籍

達人プログラマー ―熟達に向けたあなたの旅― 第2版

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


error: Content is protected !!