ae203771创建于 2025年11月13日历史提交
文件最后提交记录最后更新时间
Update repo for 3.38 (#10405) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle). This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.6 个月前
[go_router] Add documentation using dartdoc topics (#2789) * Add documentation using dartdoc topics * Remove custom analysis options for example code * Address code review comments * Add nested navigation documentation, remove empty nested.md file. * remove accidentally-committed file * Update changelog * Update pubspec * Address code review comments * Update pubspec.yaml * Fix gorouter.dev link fixes flutter/flutter#115078 * inconsistent periods3 年前
[go_router] Adds onException to GoRouter constructor. (#4216) fixes https://github.com/flutter/flutter/issues/1081442 年前
Fix broken links in documentation (#2817) [go_router] Make replace use pop and push to generate a new pageKey (#2747) * :bug: Use pop and push in replace to generate a new pageKey * :white_check_mark: Test that replace creates a new page key * :arrow_up: Increase the version number * :recycle: Move the asserts to the router deleguate * Wrap _debugAssertMatchListNotEmpty in an assert * Update packages/go_router/lib/src/delegate.dart Co-authored-by: John Ryan <ryjohn@google.com> Fix broken links in documentation update changelog3 年前
[go_router] Cleans up route match API and introduces dart fix (#3819) Clean up API around RouteMatch/RouteMatchList/GoRouterState, This is a breaking change that renamed some of the GoRouterState property to have a more descriptive name as flutter style guide suggested https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-abbreviations also introducing dart fix to help with migration3 年前
[go_router] Add missing await keyword to onTap callback in the code example in navigation.md (#8343) - Added the async keyword to the onTap callback in the code example in navigation.md.1 年前
[go_router] Update redirect documentation example code for clarity (#6213) The redirection documentation page gives an example where the top level redirect may be used to send non-signed-in users to the signin page. The example code seems to be doing so for signed in users, however. This is a documentation-only change.2 年前
[go_router] Add state restoration topic to documentation (#9867) Configuring state restoration with go_router is quite tricky and there are several open issues related to state restoration. This PR adds a section in the docs which clearly documents go_router state restoration as well as tests that verify the documented behavior. Related issues: https://github.com/flutter/flutter/issues/129165, https://github.com/flutter/flutter/issues/117683 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.8 个月前
[go_router] Add documentation using dartdoc topics (#2789) * Add documentation using dartdoc topics * Remove custom analysis options for example code * Address code review comments * Add nested navigation documentation, remove empty nested.md file. * remove accidentally-committed file * Update changelog * Update pubspec * Address code review comments * Update pubspec.yaml * Fix gorouter.dev link fixes flutter/flutter#115078 * inconsistent periods3 年前
[go_router] Update sype safe routing topic to use mixin from go_router_builder 3.0.0 (#9422) Fixes https://github.com/flutter/flutter/issues/170574 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.11 个月前
[go_router] docs: replace out dated initialRoute to initialLocation (#7147) ‌‌‌‌Updated the outdated configurations in [upgrading.md](https://github.com/flutter/packages/compare/main...unliar:packages:main#diff-0acd78ed04ed5af73daeb7496126c67bd4997e3068806c90d0385f323af20e7b).1 年前
[go_router] Add documentation using dartdoc topics (#2789) * Add documentation using dartdoc topics * Remove custom analysis options for example code * Address code review comments * Add nested navigation documentation, remove empty nested.md file. * remove accidentally-committed file * Update changelog * Update pubspec * Address code review comments * Update pubspec.yaml * Fix gorouter.dev link fixes flutter/flutter#115078 * inconsistent periods3 年前