Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[go_router] Documentation for StatefulShellRoute #6308

Merged
merged 5 commits into from
Aug 1, 2024

Conversation

tolo
Copy link
Contributor

@tolo tolo commented Mar 12, 2024

Adds documentation about StatefulShellRoute to the Configuration topic (configuration.md).

Fixes flutter/flutter#127209.

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@tolo tolo requested a review from chunhtai as a code owner March 12, 2024 21:34
@tolo
Copy link
Contributor Author

tolo commented Mar 14, 2024

@johnpryan could you have a look at this?

Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the document. Since we start to use code-excerpt, can you try to follow this when adding the example code in doc? https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#add-or-converting-a-code-block

which is passed as the last argument to the builder function. Example:

```dart
StatefulShellRoute.indexedStack(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chunhtai
Copy link
Contributor

Hi @tolo are you still working on this pr?

@tolo
Copy link
Contributor Author

tolo commented Apr 29, 2024

Hi @tolo are you still working on this pr?

Yes, I'll have a look at code-excerpt and update the code / docs.

@chunhtai
Copy link
Contributor

chunhtai commented Jun 6, 2024

closing this pr for now, feel free to reopen when you have time

@chunhtai chunhtai closed this Jun 6, 2024
@tolo
Copy link
Contributor Author

tolo commented Jun 6, 2024

@chunhtai I pushed new commits over a month ago which I don’t think you have reviewed yet (didn’t request a new review though, sorry).

@chunhtai chunhtai reopened this Jun 6, 2024
@chunhtai chunhtai self-requested a review June 6, 2024 22:41
Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chunhtai chunhtai requested a review from hannah-hyj July 16, 2024 17:27
Copy link
Member

@hannah-hyj hannah-hyj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for your contribution, can you rebase this to the head to resolve version conflicts?

@chunhtai chunhtai added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 1, 2024
@auto-submit auto-submit bot merged commit 9cc06ac into flutter:main Aug 1, 2024
76 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 2, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 2, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Aug 2, 2024
flutter/packages@27896d1...cc9ff47

2024-08-02 [email protected] [tool] Add note about clang version used in CI to tool readme (flutter/packages#7273)
2024-08-02 [email protected] [ci] Re-enable google_maps_flutter_web integration tests. (flutter/packages#7269)
2024-08-01 [email protected] [web] Update package:web to ">=0.5.1 <2.0.0" (flutter/packages#7202)
2024-08-01 [email protected] [go_router] Documentation for StatefulShellRoute (flutter/packages#6308)
2024-08-01 [email protected] [google_maps_flutter] Switch Android examples to TLHC (flutter/packages#7282)
2024-08-01 [email protected] Manual roll Flutter from f817e51 to e2e4398 (5 revisions) (flutter/packages#7276)
2024-08-01 [email protected] [various] Clean up C++ formatting (flutter/packages#7272)
2024-08-01 [email protected] [shared_preferences] fix stringlist bug (flutter/packages#7268)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
TytaniumDev pushed a commit to TytaniumDev/flutter that referenced this pull request Aug 7, 2024
flutter/packages@27896d1...cc9ff47

2024-08-02 [email protected] [tool] Add note about clang version used in CI to tool readme (flutter/packages#7273)
2024-08-02 [email protected] [ci] Re-enable google_maps_flutter_web integration tests. (flutter/packages#7269)
2024-08-01 [email protected] [web] Update package:web to ">=0.5.1 <2.0.0" (flutter/packages#7202)
2024-08-01 [email protected] [go_router] Documentation for StatefulShellRoute (flutter/packages#6308)
2024-08-01 [email protected] [google_maps_flutter] Switch Android examples to TLHC (flutter/packages#7282)
2024-08-01 [email protected] Manual roll Flutter from f817e51 to e2e4398 (5 revisions) (flutter/packages#7276)
2024-08-01 [email protected] [various] Clean up C++ formatting (flutter/packages#7272)
2024-08-01 [email protected] [shared_preferences] fix stringlist bug (flutter/packages#7268)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
flutter/packages@27896d1...cc9ff47

2024-08-02 [email protected] [tool] Add note about clang version used in CI to tool readme (flutter/packages#7273)
2024-08-02 [email protected] [ci] Re-enable google_maps_flutter_web integration tests. (flutter/packages#7269)
2024-08-01 [email protected] [web] Update package:web to ">=0.5.1 <2.0.0" (flutter/packages#7202)
2024-08-01 [email protected] [go_router] Documentation for StatefulShellRoute (flutter/packages#6308)
2024-08-01 [email protected] [google_maps_flutter] Switch Android examples to TLHC (flutter/packages#7282)
2024-08-01 [email protected] Manual roll Flutter from f817e51 to e2e4398 (5 revisions) (flutter/packages#7276)
2024-08-01 [email protected] [various] Clean up C++ formatting (flutter/packages#7272)
2024-08-01 [email protected] [shared_preferences] fix stringlist bug (flutter/packages#7268)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App p: go_router
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add docs for go_router StatefulShellRoute
3 participants