文件最后提交记录最后更新时间
[go_router_builder] Generate the enum map for enum used in iterable (#3415) [go_router_builder] Generate the enum map for enum used in iterable3 年前
Access current location using uri.path to support deep links (#6474) This PR updates examples to use uri.path instead of uri.toString() for accessing the current location. While the examples don't use deep linking, promoting the usage of uri.toString() in the examples doesn't seem to be a good idea as it can lead to issues when it's used with deep links (It'll include host and scheme).2 年前
[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 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 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
[go_router_builder] Added replace methods to the generated routes. (#4057) This PR adds replace methods to the generated routes. *List which issues are fixed by this PR. You must list at least one issue.* fixes https://github.com/flutter/flutter/issues/127315 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* I modified the tests to also check that the replace methods are generated.2 年前
[go_router] guard context access in then clauses (#6685) Prepares for a fix to the use_build_context_synchronously lint (https://dart-review.googlesource.com/c/sdk/+/365541) that will complain about these unsafe usages.2 年前
[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 test for onExit (#6614) Follows https://github.com/flutter/packages/pull/6495 Fixes https://github.com/flutter/flutter/issues/1373942 年前
[go_router_builder] Add test for onExit (#6614) Follows https://github.com/flutter/packages/pull/6495 Fixes https://github.com/flutter/flutter/issues/1373942 年前
[go_router_builder] Fixes readme typos and uses code excerpts. (#7280) as title should clear go_router_builder from the list, since only readme has code example https://github.com/flutter/flutter/issues/1026791 年前
[go_router_builder]: Handle invaild params (#8405) Fixed handling of invalid parameters Fix: https://github.com/flutter/flutter/issues/160894#issuecomment-25686311381 年前
Access current location using uri.path to support deep links (#6474) This PR updates examples to use uri.path instead of uri.toString() for accessing the current location. While the examples don't use deep linking, promoting the usage of uri.toString() in the examples doesn't seem to be a good idea as it can lead to issues when it's used with deep links (It'll include host and scheme).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 年前
Access current location using uri.path to support deep links (#6474) This PR updates examples to use uri.path instead of uri.toString() for accessing the current location. While the examples don't use deep linking, promoting the usage of uri.toString() in the examples doesn't seem to be a good idea as it can lead to issues when it's used with deep links (It'll include host and scheme).2 年前
[go_router_builder]: Handle invaild params (#8405) Fixed handling of invalid parameters Fix: https://github.com/flutter/flutter/issues/160894#issuecomment-25686311381 年前
Access current location using uri.path to support deep links (#6474) This PR updates examples to use uri.path instead of uri.toString() for accessing the current location. While the examples don't use deep linking, promoting the usage of uri.toString() in the examples doesn't seem to be a good idea as it can lead to issues when it's used with deep links (It'll include host and scheme).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]: Handle invaild params (#8405) Fixed handling of invalid parameters Fix: https://github.com/flutter/flutter/issues/160894#issuecomment-25686311381 年前
[go_router_builder] Added replace methods to the generated routes. (#4057) This PR adds replace methods to the generated routes. *List which issues are fixed by this PR. You must list at least one issue.* fixes https://github.com/flutter/flutter/issues/127315 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* I modified the tests to also check that the replace methods are generated.2 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
[go_router_builder] Add go_router StatefulShellRoute support to go_router_builder (#4238) fixes: https://github.com/flutter/flutter/issues/1273712 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
[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 年前