-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[go_router] New feature improve debug full path #6714
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
Merged
auto-submit
merged 26 commits into
flutter:main
from
hashirshoaeb:feature-debug-full-path
May 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
1556438
routes printing improved
hashirshoaeb dc9942a
Feature Debug Full Path
AbdullahAhmedSoomro fec3ee5
Merge pull request #2 from AbdullahAhmedSoomro/feature-debug-full-path
hashirshoaeb f58d4cd
formating updated
hashirshoaeb c913195
some fixes
hashirshoaeb a3e5b7e
version bump
hashirshoaeb 8257693
docs updated
hashirshoaeb 89caf08
formating updated
hashirshoaeb 40894c4
some fixes
hashirshoaeb b9383a9
version bump
hashirshoaeb f5b7c81
docs updated
hashirshoaeb 6b9582e
Merge branch 'feature-debug-full-path' of https://github.com/hashirsh…
hashirshoaeb 415b13d
routes printing improved
hashirshoaeb 129ecf8
Feature Debug Full Path
AbdullahAhmedSoomro f14dd8c
formating updated
hashirshoaeb 80faceb
some fixes
hashirshoaeb 26648b6
version bump
hashirshoaeb c4e9864
docs updated
hashirshoaeb 34fa78f
Merge branch 'feature-debug-full-path' of https://github.com/hashirsh…
hashirshoaeb 3d91f6d
minor printing fix
hashirshoaeb 98a7cf3
sync with main Merge branch 'main' into feature-debug-full-path
hashirshoaeb 8fe0e53
migic strings removed
hashirshoaeb c82d8b0
Merge remote-tracking branch 'origin/main' into feature-debug-full-path
hashirshoaeb c855781
added self in authors list
hashirshoaeb 32cb9dd
Merge remote-tracking branch 'origin/main' into feature-debug-full-path
hashirshoaeb f154594
version bump
hashirshoaeb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
routes printing improved
- Loading branch information
commit 415b13d8a16a6a3b420eb9d818549ee6469b3629
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Wouldn't this always be
Widget?maybe just use
GoRouteandGoRoute(redirectOnly)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.
screenName is the name of the widget. it will not always print
Widget. Otherwise it was for no use.Just like in the
logging_test.darttest it logs/ (Text)Example from my app:
There are edge cases:
GoRouter.builderGoRouter.pageBuilder(Never)whenGoRouter.builderthrowsUnimplemented Error