文件最后提交记录最后更新时间
[go_router_builder] Fixes an deprecated warning for using withNullability (#9158) *List which issues are fixed by this PR. You must list at least one issue.* [Issue #166603](https://github.com/flutter/flutter/issues/166603) ## Pre-Review Checklist1 年前
[go_router_builder] Removes path_to_regexp from the dependencies (#4524) Fixes https://github.com/flutter/flutter/issues/130817 Relates to https://github.com/flutter/flutter/issues/122713 *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] Use a mixin instead of an extension (#9275) first step of fixing [#106790](https://github.com/flutter/flutter/issues/106790) This PR changes the generation to use a mixin instead of an extension. The plan is to add the routing methods directly to GoRouteData. An extension won't be able to override the class implementations, so I changed it to a mixin. I'm not sure about the versioning, so feel free to suggest changes. ## 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_builder] Use a mixin instead of an extension (#9275) first step of fixing [#106790](https://github.com/flutter/flutter/issues/106790) This PR changes the generation to use a mixin instead of an extension. The plan is to add the routing methods directly to GoRouteData. An extension won't be able to override the class implementations, so I changed it to a mixin. I'm not sure about the versioning, so feel free to suggest changes. ## 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 个月前