文件最后提交记录最后更新时间
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Add support for caseSensitive (#9134) Fixes https://github.com/flutter/flutter/issues/167277 ## 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.1 年前
[go_router_builder] Add support for caseSensitive (#9134) Fixes https://github.com/flutter/flutter/issues/167277 ## 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.1 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[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] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder]: Fix The argument type 'String?' can't be assigned to the parameter type 'String' because 'String?' on path and query params (#8737) Impact of this pr https://github.com/flutter/packages/pull/8405 , params with required enum cannot parse Fixed : https://github.com/flutter/flutter/issues/1643541 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[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] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[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] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder]: Fix The argument type 'String?' can't be assigned to the parameter type 'String' because 'String?' on path and query params (#8737) Impact of this pr https://github.com/flutter/packages/pull/8405 , params with required enum cannot parse Fixed : https://github.com/flutter/flutter/issues/1643541 年前
[go_router_builder] Add a fallback for a not null List or Set param (#8349) fix issue: https://github.com/flutter/flutter/issues/149675 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] page, which explains my responsibilities. - [ ] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use dart format.) - [ ] I signed the [CLA]. - [ ] The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences] - [ ] I [linked to at least one issue that this PR fixes] in the description above. - [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [ ] I updated CHANGELOG.md to add a description of the change, [following repository CHANGELOG style], or this PR is [exempt from CHANGELOG changes]. - [ ] I updated/added relevant documentation (doc comments with ///). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [relevant style guides]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [linked to at least one issue that this PR fixes]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview [pub versioning philosophy]: https://dart.dev/tools/pub/versioning [exempt from version changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version [following repository CHANGELOG style]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style [exempt from CHANGELOG changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests1 年前
[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] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder]Avoid losing NullabilitySuffix for typeArguments (#5215) fixes flutter/flutter#135591 *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]Avoid losing NullabilitySuffix for typeArguments (#5215) fixes flutter/flutter#135591 *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] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[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] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder]: Fix The argument type 'String?' can't be assigned to the parameter type 'String' because 'String?' on path and query params (#8737) Impact of this pr https://github.com/flutter/packages/pull/8405 , params with required enum cannot parse Fixed : https://github.com/flutter/flutter/issues/1643541 年前
[go_router_builder] Add a fallback for a not null List or Set param (#8349) fix issue: https://github.com/flutter/flutter/issues/149675 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] page, which explains my responsibilities. - [ ] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use dart format.) - [ ] I signed the [CLA]. - [ ] The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences] - [ ] I [linked to at least one issue that this PR fixes] in the description above. - [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [ ] I updated CHANGELOG.md to add a description of the change, [following repository CHANGELOG style], or this PR is [exempt from CHANGELOG changes]. - [ ] I updated/added relevant documentation (doc comments with ///). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [relevant style guides]: https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [linked to at least one issue that this PR fixes]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview [pub versioning philosophy]: https://dart.dev/tools/pub/versioning [exempt from version changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version [following repository CHANGELOG style]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style [exempt from CHANGELOG changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests1 年前
[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] Add restorationScopeId to ShellRouteData (#6238) Fixes https://github.com/flutter/flutter/issues/130786 *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]: Handle invaild params (#8405) Fixed handling of invalid parameters Fix: https://github.com/flutter/flutter/issues/160894#issuecomment-25686311381 年前
[go_router_builder] Support ShellRouteData without const constructor (#4627) Fixes https://github.com/flutter/flutter/issues/1312112 年前
[go_router_builder] Support ShellRouteData without const constructor (#4627) Fixes https://github.com/flutter/flutter/issues/1312112 年前
update the const in StatefulShellRouteData generation (#8502) fixes:https://github.com/flutter/flutter/issues/161305 also fix some typos: statefull* -> stateful*1 年前
update the const in StatefulShellRouteData generation (#8502) fixes:https://github.com/flutter/flutter/issues/161305 also fix some typos: statefull* -> stateful*1 年前
update the const in StatefulShellRouteData generation (#8502) fixes:https://github.com/flutter/flutter/issues/161305 also fix some typos: statefull* -> stateful*1 年前
update the const in StatefulShellRouteData generation (#8502) fixes:https://github.com/flutter/flutter/issues/161305 also fix some typos: statefull* -> stateful*1 年前
[go_router_builder] Add support for TypedStatefulShellBranch's preload (#8587) Fixes https://github.com/flutter/flutter/issues/162055 Follow up of https://github.com/flutter/packages/pull/85451 年前
[go_router_builder] Add support for TypedStatefulShellBranch's preload (#8587) Fixes https://github.com/flutter/flutter/issues/162055 Follow up of https://github.com/flutter/packages/pull/85451 年前
update the const in StatefulShellRouteData generation (#8502) fixes:https://github.com/flutter/flutter/issues/161305 also fix some typos: statefull* -> stateful*1 年前
update the const in StatefulShellRouteData generation (#8502) fixes:https://github.com/flutter/flutter/issues/161305 also fix some typos: statefull* -> stateful*1 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前
[go_router_builder] Cleans up builder code. (#4356) No functional change, this is a refactoring of the builder code and pull out external library dependency2 年前