文件最后提交记录最后更新时间
[go_router_builder]: Handle invaild params (#8405) Fixed handling of invalid parameters Fix: https://github.com/flutter/flutter/issues/160894#issuecomment-25686311381 年前
[go_router_builder] Skip case sensitive test (#9444) Part of https://github.com/flutter/flutter/issues/169809 Prepare for https://github.com/flutter/packages/pull/9426, this skips a test that needs to migrated with the new version of go_router. ## 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.10 个月前
[go_router_builder] ignore pubspec.yaml in ensure build test (#2984) * [go_router_builder] ignore pubspec.yaml in ensure build test * bump version3 年前
[go_router_builder] Fixes trailing ? by comparing iterables (#8521) Fixes https://github.com/flutter/flutter/issues/1273731 年前
[go_router_builder] Add test for onExit (#6614) Follows https://github.com/flutter/packages/pull/6495 Fixes https://github.com/flutter/flutter/issues/1373941 年前
[go_router_builder] Add ShellRoute support to go_router_builder (#3439) [go_router_builder] Add ShellRoute support to go_router_builder3 年前
[go_router_builder] Add ShellRoute support to go_router_builder (#3439) [go_router_builder] Add ShellRoute support to go_router_builder3 年前
Fix Router Config Issues #4300 (go_router_builder/example) (#4369) This PR is an extension of the previous PR #4300 that I submitted. The previous PR, being based on the main branch, was closed and the contents were copied to a new branch in order to make further contributions.😅 In the previous PR, an assertion error was fixed by adding routeInformationProvider to MaterialApp.router. After a series of code reviews, we updated to use routerConfig and added some test codes. All the contents have been transferred to the current bugfix/RouterConfig branch. --- *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*2 年前
[go_router_builder] Generate initialLocation with StatefulShellBranchConfig (#4880) Add the possibility to generate initialLocation with StatefulShellBranchConfig before: ```dart class MyRoute extends StatefulShellBranchData { const MyRoute(); } ``` after: ```dart class MyRoute extends StatefulShellBranchData { const MyRoute(); static const String $initialLocation = '/my-route'; } ``` *List which issues are fixed by this PR. You must list at least one issue.* [issues/130786](https://github.com/flutter/flutter/issues/130786#issuecomment-1712671560)2 年前
[go_router_builder] Add go_router StatefulShellRoute support to go_router_builder (#4238) fixes: https://github.com/flutter/flutter/issues/1273712 年前
[go_router_builder] Fixed the return value of the generated push method (#3650) Starting from version 6.5.0 [[reference](https://github.com/flutter/packages/blob/main/packages/go_router/CHANGELOG.md#650)] of the **go_router** package, the method **push** is able to return a Future value. The generator was not updated to take that into account. This PR fixes that. The PR resolves the reported issue: https://github.com/flutter/flutter/issues/1244873 年前