文件最后提交记录最后更新时间
[go_router] Add support for preloading branches of StatefulShellRoute (revised solution) (#6467) Adds support for preloading branches in a StatefulShellRoute. This functionality was initially part of an early implementation of flutter/packages#2650, however it was decided to implement this in a separate PR. The current implementation is a rewrite of the original implementation to better fit the final version of StatefulShellRoute (and go_router in general). **NOTE**: this is a revised version of the initial solution (see flutter/packages#4251), containing a substantially simpler implementation made possible thanks to recent refactoring in go_router. This fixes issue flutter/flutter#127804.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 年前
[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 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 年前