commit | 3db5adc6a64b5377fd306e27e9790e1a82b4b133 | [log] [tgz] |
---|---|---|
author | Steven Sorial <stevenmagdy92@gmail.com> | Fri Aug 29 21:50:20 2025 +0200 |
committer | GitHub <noreply@github.com> | Fri Aug 29 19:50:20 2025 +0000 |
tree | e26ecc0d012d7759aace34d69c24fd5f1982e2c5 | |
parent | 0b62965229eb8d67c97e972c01c751c725c2b409 [diff] |
[go_router_builder] Change mixin name (#9626) Fixes [#170650](https://github.com/flutter/flutter/issues/170650) This PR fixes workflows that relied on putting child routes in files different than parent files, which resulted in the (private) mixin being generated in a different file than the route itself. To avoid releasing a new major version in such a short period, this PR makes the mixin public only if needed. Admittedly makes the behavior somewhat unexpected for the user. @chunhtai @hannah-hyj I will leave that decision for you, whether that's ok or I should make it always public and release a major version instead. Since this change just fixes a use-case that already didn't compile in 3.x.x, this PR doesn't bump the major version. ## 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.
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: