[go_router] Fix go_router_builder example #2177
[go_router] Fix go_router_builder example #2177johnpryan wants to merge 4 commits intoflutter:mainfrom johnpryan:fix-builder-example
Conversation
…search doesn't find any
nilsreichardt
left a comment
There was a problem hiding this comment.
Shouldn't we update the CHANGELOG.md file?
bump go_router_builder to 1.0.5
|
Is it okay that the legacy-version-analyze CHANNEL:2.10.5 and legacy-version-analyze CHANNEL:2.8.1 aren't passing? |
|
We should revert the broken PR, rather than try to fix it forward. Per discussion in Discord, there's a fundamental problem with the |
|
I filed #2183 for the revert and commented in the issue. Once the revert is in we can fix |
No, that means that you did something that requires Flutter 3.0 (in this case, assuming non-null bindings) but didn't change the minimum Flutter version for the package to 3.0, meaning that if published it would break people on older versions of Flutter. https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#when-to-update-the-required-version |
If the recursive search doesn't find any sub-routes, the search should continue for other top-level routes.
fixes flutter/flutter#105150
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.