Add tests for scaffold.of.#.dart API examples.#147637
Merged
auto-submit[bot] merged 4 commits intoflutter:masterfrom May 20, 2024
Merged
Add tests for scaffold.of.#.dart API examples.#147637auto-submit[bot] merged 4 commits intoflutter:masterfrom
auto-submit[bot] merged 4 commits intoflutter:masterfrom
Conversation
e5f1ced to
b2723ce
Compare
bleroux
reviewed
May 8, 2024
Contributor
bleroux
left a comment
There was a problem hiding this comment.
Thanks again for your valuable additions!
For consistency with other example tests and also with framework ones, please apply the following minor changes:
- remove the group.
- format all
testWidgetsto fit on one line (line 12 is ok), do it even when the test description is longer (for instance line 21). In framework test, this is done for readability. If the test description is very long tes, it can be split into several lines (but finding a shorter description is generally better).
It would be great to do the same for your similar open PRs, thanks!
Contributor
Author
|
@bleroux thanks a lot for the suggestions! |
a065a2b to
6f7978f
Compare
Contributor
Author
|
@TahaTesser could you please look at this PR when you have time? |
Contributor
Author
|
@bleroux @TahaTesser thanks a lot for the review and merge! |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
May 20, 2024
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
May 20, 2024
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
May 20, 2024
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
May 20, 2024
flutter/flutter@adf279f...02a6c91 2024-05-20 [email protected] Add test for image.error_builder.0.dart API example. (flutter/flutter#148497) 2024-05-20 [email protected] Roll Packages from ae4dd32 to ba19b24 (3 revisions) (flutter/flutter#148679) 2024-05-20 [email protected] Add test for tab_controller.1.dart API example. (flutter/flutter#148189) 2024-05-20 [email protected] Add test for fade_transition.0.dart API example. (flutter/flutter#148178) 2024-05-20 [email protected] Add tests for scaffold.of.#.dart API examples. (flutter/flutter#147637) 2024-05-20 [email protected] Roll Flutter Engine from 9d00f77f243f to c6fecf65fbf3 (1 revision) (flutter/flutter#148654) 2024-05-20 [email protected] Roll Flutter Engine from 426dbb125861 to 9d00f77f243f (1 revision) (flutter/flutter#148652) 2024-05-19 [email protected] Roll Flutter Engine from 552a965b707b to 426dbb125861 (2 revisions) (flutter/flutter#148630) 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 Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: 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
TecHaxter
pushed a commit
to TecHaxter/flutter_packages
that referenced
this pull request
May 22, 2024
flutter/flutter@adf279f...02a6c91 2024-05-20 [email protected] Add test for image.error_builder.0.dart API example. (flutter/flutter#148497) 2024-05-20 [email protected] Roll Packages from ae4dd32 to ba19b24 (3 revisions) (flutter/flutter#148679) 2024-05-20 [email protected] Add test for tab_controller.1.dart API example. (flutter/flutter#148189) 2024-05-20 [email protected] Add test for fade_transition.0.dart API example. (flutter/flutter#148178) 2024-05-20 [email protected] Add tests for scaffold.of.#.dart API examples. (flutter/flutter#147637) 2024-05-20 [email protected] Roll Flutter Engine from 9d00f77f243f to c6fecf65fbf3 (1 revision) (flutter/flutter#148654) 2024-05-20 [email protected] Roll Flutter Engine from 426dbb125861 to 9d00f77f243f (1 revision) (flutter/flutter#148652) 2024-05-19 [email protected] Roll Flutter Engine from 552a965b707b to 426dbb125861 (2 revisions) (flutter/flutter#148630) 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 Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: 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
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 6, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contributes to #130459
Description
examples/api/lib/material/scaffold/scaffold.of.0.dartexamples/api/lib/material/scaffold/scaffold.of.1.dartPre-launch Checklist
///).