-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ナビゲーションデバッグ画面にTextFieldを配置 #293
Conversation
Ready for review 🚀 |
Visit the preview URL for this PR (updated for commit 40ee76f): https://flutter-mobile-project-template-catalog--pr293-debug-p-efyjb4s7.web.app (expires Wed, 07 Aug 2024 05:38:09 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 9ea56735a63d07a7cfe62eb204b0528284c37c23 |
明日レビュー予定です 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mj-hd
いくつかコメントさせていただきましたのでご確認お願いします 🙏
packages/features/debug_mode/lib/src/ui/navigation_debug_page.dart
Outdated
Show resolved
Hide resolved
var routePath = routeBase.path; | ||
if (parentRoute != null) { | ||
routePath = p.join(parentRoute.path, routePath); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM です!
ご対応ありがとうございました!
概要
(元々はmacrosなどでうまいことGoRouteDataからサンプルパラメータを持って来れないかと試してたのですが、挫折してしまいました...手動入力の形で対応です)
レビュー観点
レビューレベル
レビュー優先度
画像 / 動画
確認したこと
動作確認手順
備考